* Disable make check for now, still investigating...
svn path=/nixpkgs/trunk/; revision=13101
This commit is contained in:
parent
23ee8eff77
commit
94a773eed3
@ -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'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user