mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
darcs: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool
This commit is contained in:
parent
805b9ed4bf
commit
3b8ae5cedc
1 changed files with 1 additions and 1 deletions
|
@ -10262,7 +10262,7 @@ let
|
||||||
|
|
||||||
d4x = callPackage ../applications/misc/d4x { };
|
d4x = callPackage ../applications/misc/d4x { };
|
||||||
|
|
||||||
darcs = haskell-ng.lib.overrideCabal haskellngPackages.darcs (drv: {
|
darcs = haskell-ng.lib.overrideCabal haskell-ng.packages.ghc784.darcs (drv: {
|
||||||
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
||||||
enableSharedExecutables = false;
|
enableSharedExecutables = false;
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue