Loading pkgs/development/haskell-modules/configuration-darwin.nix +8 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,14 @@ self: super: ({ libraryHaskellDepends = with self; [ base bytestring jsaddle-wkwebview reflex reflex-dom-core text ]; # cabal2nix doesn't add darwin-only deps }) super.reflex-dom; # Remove a problematic assert, the length is sometimes 1 instead of 2 on darwin di-core = overrideCabal (drv: { preConfigure = '' substituteInPlace test/Main.hs --replace \ "2 @=? List.length (List.nub (List.sort (map Di.log_time logs)))" "" ''; }) super.di-core; } // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin # https://github.com/fpco/unliftio/issues/87 Loading Loading
pkgs/development/haskell-modules/configuration-darwin.nix +8 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,14 @@ self: super: ({ libraryHaskellDepends = with self; [ base bytestring jsaddle-wkwebview reflex reflex-dom-core text ]; # cabal2nix doesn't add darwin-only deps }) super.reflex-dom; # Remove a problematic assert, the length is sometimes 1 instead of 2 on darwin di-core = overrideCabal (drv: { preConfigure = '' substituteInPlace test/Main.hs --replace \ "2 @=? List.length (List.nub (List.sort (map Di.log_time logs)))" "" ''; }) super.di-core; } // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin # https://github.com/fpco/unliftio/issues/87 Loading