1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git-annex: pass an older version of QuickCheck to fix build failure of the test suite

svn path=/nixpkgs/trunk/; revision=28829
This commit is contained in:
Peter Simons 2011-08-26 10:51:47 +00:00
parent 5412c585bc
commit c0fb177ce9

View file

@ -47,8 +47,9 @@ rec {
gitAnnex = lib.makeOverridable (import ./git-annex) {
inherit stdenv fetchurl libuuid rsync findutils curl perl git ikiwiki which;
inherit (haskellPackages) ghc MissingH utf8String QuickCheck2 pcreLight SHA dataenc
inherit (haskellPackages) ghc MissingH utf8String pcreLight SHA dataenc
HTTP testpack monadControl;
QuickCheck2 = haskellPackages.QuickCheck_2_4_0_1;
};
qgit = import ./qgit {