Revert "darcs: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool"
darcs 2.10.0 fixes compilation with GHC 7.10.1!
This reverts commit 3b8ae5cedc
.
This commit is contained in:
parent
56de3acd5a
commit
f8d5b67c61
1 changed files with 1 additions and 1 deletions
|
@ -10266,7 +10266,7 @@ let
|
|||
|
||||
d4x = callPackage ../applications/misc/d4x { };
|
||||
|
||||
darcs = haskell-ng.lib.overrideCabal haskell-ng.packages.ghc784.darcs (drv: {
|
||||
darcs = haskell-ng.lib.overrideCabal haskellngPackages.darcs (drv: {
|
||||
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
||||
enableSharedExecutables = false;
|
||||
isLibrary = false;
|
||||
|
|
Loading…
Reference in a new issue