mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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 @@ services for numerous locations.")
|
|||
#: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…
Add table
Reference in a new issue