forked from mirrors/nixpkgs
nss-mdns: Fix typo.
svn path=/nixpkgs/trunk/; revision=11163
This commit is contained in:
parent
26a152653d
commit
6085bc8147
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
patchPhase = ''
|
||||
substituteInPlace "src/Makefile.in" \
|
||||
--replace 'AVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\"' \
|
||||
'AVAHI_SOCKET=\"${avahi}/run/avahi-daemon/socket\"'
|
||||
'AVAHI_SOCKET=\"${avahi}/var/run/avahi-daemon/socket\"'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue