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:
parent
e20ab8d9b3
commit
ffa89c82fd
|
@ -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 {
|
regexCompat_0_95_1 = callPackage ../development/libraries/haskell/regex-compat/0.95.1.nix {
|
||||||
regexPosix = self.regexPosix_0_95_1;
|
regexPosix = self.regexPosix_0_95_1;
|
||||||
};
|
};
|
||||||
|
regexCompat93 = self.regexCompat_0_93_1;
|
||||||
regexCompat = self.regexCompat_0_71_0_1;
|
regexCompat = self.regexCompat_0_71_0_1;
|
||||||
|
|
||||||
regexPosix_0_72_0_3 = callPackage ../development/libraries/haskell/regex-posix/0.72.0.3.nix {};
|
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.
|
# Applications.
|
||||||
|
|
||||||
darcs = callPackage ../applications/version-management/darcs {};
|
darcs = callPackage ../applications/version-management/darcs {
|
||||||
|
regexCompat = self.regexCompat93;
|
||||||
|
};
|
||||||
|
|
||||||
leksah = callPackage ../applications/editors/leksah {};
|
leksah = callPackage ../applications/editors/leksah {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue