haskellPackages: fix formatting
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
with haskellLib;
|
||||
|
||||
let
|
||||
disableParallelBuilding = overrideCabal (drv: { enableParallelBuilding = false; });
|
||||
disableParallelBuilding = overrideCabal (drv: {
|
||||
enableParallelBuilding = false;
|
||||
});
|
||||
in
|
||||
|
||||
# cabal2nix doesn't properly add dependencies conditional on arch(javascript)
|
||||
@@ -28,8 +30,11 @@ in
|
||||
reflex-dom = super.reflex-dom.override (drv: {
|
||||
jsaddle-webkit2gtk = null;
|
||||
});
|
||||
patch = pkgs.lib.pipe super.patch (with haskellLib; [
|
||||
disableParallelBuilding # https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275
|
||||
doJailbreak
|
||||
]);
|
||||
patch = pkgs.lib.pipe super.patch (
|
||||
with haskellLib;
|
||||
[
|
||||
disableParallelBuilding # https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275
|
||||
doJailbreak
|
||||
]
|
||||
);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user