From 2f88c471d4ba1255fdc42eda7d88e6a94dcbb17c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 16 Jan 2009 17:12:55 +0000 Subject: [PATCH] svn path=/nixpkgs/branches/stdenv-updates/; revision=13789 --- pkgs/stdenv/linux/test.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/stdenv/linux/test.nix b/pkgs/stdenv/linux/test.nix index 209ec651e1d..8fb1909d694 100644 --- a/pkgs/stdenv/linux/test.nix +++ b/pkgs/stdenv/linux/test.nix @@ -96,7 +96,6 @@ rec { nuke-refs $out/lib/* nuke-refs $out/libexec/gcc/*/*/* - sleep 5 (cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include) ''; # */ @@ -177,7 +176,7 @@ rec { tar xvf ${hello.src} cd hello-* - ./configure --prefix=$out || cat config.log + ./configure --prefix=$out make make install ''; # */