We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd55845 commit 5621c9eCopy full SHA for 5621c9e
nix-tools/nix-tools/lib-cabal2nix/Cabal2Nix.hs
@@ -453,6 +453,7 @@ instance {-# OVERLAPS #-} ToNixExpr a => ToNixExpr [a] where
453
-- condtional statements in .cabal files.
454
fixSystem :: String -> String
455
fixSystem "isJavascript" = "isJavaScript"
456
+fixSystem "isDragonfly" = "isDragonFly"
457
fixSystem s = s
458
459
instance ToNixExpr ConfVar where
0 commit comments