mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
* 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;
|
||||
|
||||
patchPhase = ''
|
||||
sed -i /mkinstalldirs.*localstatedir/d bus/Makefile.in
|
||||
sed -i '/mkinstalldirs.*localstatedir/d' bus/Makefile.in
|
||||
sed -i '/SUBDIRS/s/ tools//' Makefile.in
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user