BDW-GC: Default to the current CVS version.

svn path=/nixpkgs/trunk/; revision=25669
This commit is contained in:
Ludovic Courtès
2011-01-22 21:34:18 +00:00
parent 3593d48524
commit 04bd33d520
2 changed files with 40 additions and 9 deletions

View File

@@ -2769,7 +2769,14 @@ let
beecrypt = callPackage ../development/libraries/beecrypt { };
boehmgc = callPackage ../development/libraries/boehm-gc { };
boehmgc_7_1 = callPackage ../development/libraries/boehm-gc {
cvsVersion = false;
};
boehmgc_cvs = callPackage ../development/libraries/boehm-gc { };
# There are good reasons to use CVS instead of 7.1 or 7.2alpha4.
boehmgc = boehmgc_cvs;
boolstuff = callPackage ../development/libraries/boolstuff { };