mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Fix building when /var/lib/dbus doesn't exist.
svn path=/nixpkgs/trunk/; revision=10963
This commit is contained in:
parent
ddb9d11f1c
commit
c65fa45df9
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ in rec {
|
|||
makeFlags = "DBUS_DAEMONDIR=${daemon}/bin";
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace tools/Makefile.in --replace 'test -z "$(localstatelibdir)"' true
|
||||
sed -i 's@ $(top_builddir)/dbus/libdbus-1.la@@' tools/Makefile.in
|
||||
sed -i '/mkdir.*localstate/d' tools/Makefile.in
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue