Skip to content

Commit fa4acdf

Browse files
committed
Replace isDragonfly with isDragonFly in nix-tools
Fixes #2312
1 parent dd55845 commit fa4acdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix-tools/nix-tools/lib-cabal2nix/Cabal2Nix.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ instance {-# OVERLAPS #-} ToNixExpr a => ToNixExpr [a] where
453453
-- condtional statements in .cabal files.
454454
fixSystem :: String -> String
455455
fixSystem "isJavascript" = "isJavaScript"
456+
fixSystem "isDragonfly" = "isDragonFly"
456457
fixSystem s = s
457458

458459
instance ToNixExpr ConfVar where

0 commit comments

Comments
 (0)