forked from mirrors/nixpkgs
GNU Guile: Disable GC-sensitive tests.
The "Unused modules are removed" test happens to fail sometimes on i686-linux. svn path=/nixpkgs/trunk/; revision=30416
This commit is contained in:
parent
e98264fe8f
commit
c62c173944
|
@ -29,9 +29,8 @@ rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
patches =
|
patches = [ ./disable-gc-sensitive-tests.patch ] ++
|
||||||
stdenv.lib.optionals (coverageAnalysis != null)
|
(stdenv.lib.optional (coverageAnalysis != null) ./gcov-file-name.patch);
|
||||||
[ ./gcov-file-name.patch ./disable-gc-sensitive-tests.patch ];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
|
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
|
||||||
|
|
Loading…
Reference in a new issue