* Disable make check for now, still investigating...

svn path=/nixpkgs/trunk/; revision=13101
This commit is contained in:
Eelco Dolstra 2008-10-21 23:00:31 +00:00
parent 23ee8eff77
commit 94a773eed3

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
# Make sure `gtk-gnash' gets `libXext' in its `RPATH'. # Make sure `gtk-gnash' gets `libXext' in its `RPATH'.
NIX_LDFLAGS="-lX11 -lXext"; NIX_LDFLAGS="-lX11 -lXext";
doCheck = true; #doCheck = true;
preInstall = ''ensureDir $out/plugins''; preInstall = ''ensureDir $out/plugins'';
postInstall = ''make install-plugins''; postInstall = ''make install-plugins'';