mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: nss-mdns: Use /var as the localstatedir.
Reported by Mark H Weaver <mhw@netris.org> at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00686.html>. * gnu/packages/avahi.scm (nss-mdns)[arguments]: Use --localstatedir=/var.
This commit is contained in:
parent
faf0f39bd3
commit
60a2d27edd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ (define-public nss-mdns
|
||||||
;; The Avahi daemon socket is expected by src/Makefile.am to be at
|
;; The Avahi daemon socket is expected by src/Makefile.am to be at
|
||||||
;; "$(localstatedir)/run/avahi-daemon/socket", so set $(localstatedir)
|
;; "$(localstatedir)/run/avahi-daemon/socket", so set $(localstatedir)
|
||||||
;; appropriately.
|
;; appropriately.
|
||||||
'(#:configure-flags '("--localstatedir=/")))
|
'(#:configure-flags '("--localstatedir=/var")))
|
||||||
|
|
||||||
;; XXX: Stale URL, missing replacement. See <http://bugs.gnu.org/18704>.
|
;; XXX: Stale URL, missing replacement. See <http://bugs.gnu.org/18704>.
|
||||||
(home-page "http://0pointer.de/lennart/projects/nss-mdns/")
|
(home-page "http://0pointer.de/lennart/projects/nss-mdns/")
|
||||||
|
|
Loading…
Reference in a new issue