* Turning on nullglob revealed an unintended wildcard expansion in
dbus' patchPhase. svn path=/nixpkgs/branches/stdenv-updates/; revision=15139
This commit is contained in:
parent
6b9ccbaf78
commit
01fdf66360
@ -20,7 +20,7 @@ in rec {
|
|||||||
inherit src configureFlags;
|
inherit src configureFlags;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i /mkinstalldirs.*localstatedir/d bus/Makefile.in
|
sed -i '/mkinstalldirs.*localstatedir/d' bus/Makefile.in
|
||||||
sed -i '/SUBDIRS/s/ tools//' Makefile.in
|
sed -i '/SUBDIRS/s/ tools//' Makefile.in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user