dependencies added via cabal-flags are missing #342
Unanswered
shivaraj-bh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cryptostore
has a cabal-flag to usecrypton
instead ofcryptonite
, see: https://github.com/ocheron/cryptostore/blob/1c52dd5fc7c0184cfae0e09e305bef54a04854a4/cryptostore.cabal#L68-L71. But when when the cabal-flag is enabled usingsettings.cryptostore.cabalFlags.use_crypton = true;
,cryptostore
fails to build with missing dependencies.Reproducer:
I am thinking this is an upstream bug where
cabal2nix
generates a derivation before enabling/disablingcabal-flags
?Beta Was this translation helpful? Give feedback.
All reactions