Skip to content

Commit 26469da

Browse files
committed
Fix for HPUX, IOS and IRIX
1 parent caecf93 commit 26469da

File tree

2 files changed

+59
-21
lines changed

2 files changed

+59
-21
lines changed

nix-tools/flake.lock

Lines changed: 56 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ instance {-# OVERLAPS #-} ToNixExpr a => ToNixExpr [a] where
454454
fixSystem :: String -> String
455455
fixSystem "isJavascript" = "isJavaScript"
456456
fixSystem "isDragonfly" = "isDragonFly"
457+
fixSystem "isHpux" = "isHPUX"
458+
fixSystem "isIos" = "isIOS"
459+
fixSystem "isIrix" = "isIRIX"
457460
fixSystem s = s
458461

459462
instance ToNixExpr ConfVar where

0 commit comments

Comments
 (0)