M gnu/packages/admin.scm => gnu/packages/admin.scm +2 -0
@@ 51,6 51,8 @@
"07mddw0p62fcphwjzgb6rfa0pjz5sy6jzbha0sm2vc3rqf459jxg"))
(patches (list (search-patch "dmd-getpw.patch")))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--localstatedir=/var")))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("guile" ,guile-2.0)))
(synopsis "Daemon managing daemons")
M gnu/packages/avahi.scm => gnu/packages/avahi.scm +2 -1
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ 44,6 44,7 @@
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-distro=none"
+ "--localstatedir=/var" ; for the DBus socket
"--disable-python"
"--disable-mono"
"--disable-doxygen-doc"
M gnu/packages/glib.scm => gnu/packages/glib.scm +4 -1
@@ 67,7 67,10 @@
(patches (list (search-patch "dbus-localstatedir.patch")))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags (list ;; XXX: Fix the following to allow system-wide
+ '(#:configure-flags (list ;; Install the system bus socket under /var.
+ "--localstatedir=/var"
+
+ ;; XXX: Fix the following to allow system-wide
;; config.
;; "--sysconfdir=/etc"
M gnu/packages/package-management.scm => gnu/packages/package-management.scm +2 -1
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ 43,6 43,7 @@
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list
+ "--localstatedir=/var"
(string-append "--with-libgcrypt-prefix="
(assoc-ref %build-inputs
"libgcrypt")))
M gnu/packages/pulseaudio.scm => gnu/packages/pulseaudio.scm +1 -1
@@ 148,7 148,7 @@ parse JSON formatted strings back into the C representation of JSON objects.")
"pulseaudio-volume-test.patch")))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '(;;"--sysconfdir=/etc"
+ `(#:configure-flags '("--localstatedir=/var" ;"--sysconfdir=/etc"
"--disable-oss-output")
#:phases (alist-cons-before
'check 'pre-check
M guix/build/gnu-build-system.scm => guix/build/gnu-build-system.scm +1 -7
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ 142,12 142,6 @@ makefiles."
,(string-append "CONFIG_SHELL=" bash)
,(string-append "SHELL=" bash)
,(string-append "--prefix=" prefix)
-
- ;; Keep modifiable state directories outside of the
- ;; store (Autoconf 2.70 will add '--runstatedir'.)
- "--localstatedir=/var"
- "--sharedstatedir=/com"
-
"--enable-fast-install" ; when using Libtool
;; Produce multiple outputs when specific output names