Remove the debugging config copying. The actual expression hasn't changed for quite a while anyway

svn path=/nixpkgs/trunk/; revision=17841
This commit is contained in:
Michael Raskin 2009-10-16 05:15:44 +00:00
parent 54a04a789a
commit 22644a3fb6

View File

@ -46,9 +46,6 @@ rec {
'' ["defEnsureDir"];
preBuild = fullDepEntry (''
if [ -d /tmp ] && [ -w /tmp ]; then
cp -v config.log /tmp/snd-config.log
fi
export NIX_LDFLAGS="$NIX_LDFLAGS -L${args.libX11}/lib -lX11"
'') ["minInit" "doUnpack" "makeDocsWork"];