From 448452a734eeea2995291b1613f73e2d8127f7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 15 Oct 2008 08:43:50 +0000 Subject: [PATCH] Gnash: Run the test suite. svn path=/nixpkgs/trunk/; revision=13073 --- pkgs/applications/video/gnash/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/video/gnash/default.nix b/pkgs/applications/video/gnash/default.nix index 4713ebf4d547..668fdb7edab5 100644 --- a/pkgs/applications/video/gnash/default.nix +++ b/pkgs/applications/video/gnash/default.nix @@ -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'';