From 8ba28c5b1fe65c469bb0ce041f43159f9f136202 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 3 Jan 2022 20:21:11 +0100 Subject: [PATCH 1/2] gnu: gnome-settings-daemon: Fix udev directory. * gnu/packages/gnome.scm (gnome-settings-daemon)[arguments] {#:configure-flags}: Fix the udev directory. --- gnu/packages/gnome.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f7f00100b3..a472e66358 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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=" -- 2.34.0