mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
|
||||
patches =
|
||||
stdenv.lib.optionals (coverageAnalysis != null)
|
||||
[ ./gcov-file-name.patch ./disable-gc-sensitive-tests.patch ];
|
||||
patches = [ ./disable-gc-sensitive-tests.patch ] ++
|
||||
(stdenv.lib.optional (coverageAnalysis != null) ./gcov-file-name.patch);
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user