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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user