mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
I left a "set -x" without will.
svn path=/nixpkgs/trunk/; revision=20441
This commit is contained in:
parent
681929cd4d
commit
3b54414f31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue