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:
parent
54a04a789a
commit
22644a3fb6
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user