From 3b54414f3143edf5d18c10b2efaa8c79856d3af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 5 Mar 2010 22:13:58 +0000 Subject: [PATCH] I left a "set -x" without will. svn path=/nixpkgs/trunk/; revision=20441 --- pkgs/applications/window-managers/dwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/dwm/default.nix b/pkgs/applications/window-managers/dwm/default.nix index 6f7a156e1aa..bf4b5b1b664 100644 --- a/pkgs/applications/window-managers/dwm/default.nix +++ b/pkgs/applications/window-managers/dwm/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { buildInputs = [ libX11 libXinerama ]; - prePatch = ''set -x; sed -i "s@/usr/local@$out@" config.mk''; + prePatch = ''sed -i "s@/usr/local@$out@" config.mk''; # Allow users set their own list of patches inherit patches;