darcs: Fix build (Use old GHC)
This is fixed at upstream's head; this change can be reverted after darcs cuts a new release (current release is 2.14.2).
This commit is contained in:
@@ -18883,7 +18883,7 @@ in
|
||||
|
||||
dablin = callPackage ../applications/radio/dablin { };
|
||||
|
||||
darcs = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.darcs) (drv: {
|
||||
darcs = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskell.packages.ghc865.darcs) (drv: {
|
||||
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user