From 94a773eed337e60fd91dda898fc288f9d4ea59f3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Oct 2008 23:00:31 +0000 Subject: [PATCH] * Disable make check for now, still investigating... svn path=/nixpkgs/trunk/; revision=13101 --- pkgs/applications/video/gnash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/gnash/default.nix b/pkgs/applications/video/gnash/default.nix index 668fdb7edab..30837adba84 100644 --- a/pkgs/applications/video/gnash/default.nix +++ b/pkgs/applications/video/gnash/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { # Make sure `gtk-gnash' gets `libXext' in its `RPATH'. NIX_LDFLAGS="-lX11 -lXext"; - doCheck = true; + #doCheck = true; preInstall = ''ensureDir $out/plugins''; postInstall = ''make install-plugins'';