3
0
Fork 0
forked from mirrors/nixpkgs

Trying to fix the build of darcs for ghc-7.0.4.

svn path=/nixpkgs/trunk/; revision=30952
This commit is contained in:
Andres Löh 2011-12-18 11:26:46 +00:00
parent e20ab8d9b3
commit ffa89c82fd

View file

@ -1100,6 +1100,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
regexCompat_0_95_1 = callPackage ../development/libraries/haskell/regex-compat/0.95.1.nix {
regexPosix = self.regexPosix_0_95_1;
};
regexCompat93 = self.regexCompat_0_93_1;
regexCompat = self.regexCompat_0_71_0_1;
regexPosix_0_72_0_3 = callPackage ../development/libraries/haskell/regex-posix/0.72.0.3.nix {};
@ -1502,7 +1503,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
# Applications.
darcs = callPackage ../applications/version-management/darcs {};
darcs = callPackage ../applications/version-management/darcs {
regexCompat = self.regexCompat93;
};
leksah = callPackage ../applications/editors/leksah {};