gnu: gnome-settings-daemon: Fix udev directory.
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments] {#:configure-flags}: Fix the udev directory.
This commit is contained in:
parent
4faade1285
commit
2e691011bf
1 changed files with 1 additions and 2 deletions
|
@ -5577,8 +5577,7 @@ (define-public gnome-settings-daemon
|
|||
#:glib-or-gtk? #t
|
||||
#:configure-flags
|
||||
(list (string-append "-Dudev_dir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/udev/rules.d/")
|
||||
(assoc-ref %outputs "out") "/lib/udev")
|
||||
"-Dsystemd=false"
|
||||
;; Otherwise, the RUNPATH will lack the final path component.
|
||||
(string-append "-Dc_link_args=-Wl,-rpath="
|
||||
|
|
Loading…
Reference in a new issue