guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome-settings-daemon: Fix udev directory.


From: guix-commits
Subject: 01/02: gnu: gnome-settings-daemon: Fix udev directory.
Date: Thu, 6 Jan 2022 03:27:04 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 2e691011bf1ca3657d9152773167ffefd9eaf114
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jan 3 20:21:11 2022 +0100

    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 @@ 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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]