Gnash: Run the test suite.

svn path=/nixpkgs/trunk/; revision=13073
This commit is contained in:
Ludovic Courtès 2008-10-15 08:43:50 +00:00
parent 624c3c9ff6
commit 448452a734

View file

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