guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: pipewire: Set sysconfdir to /etc.


From: guix-commits
Subject: 03/06: gnu: pipewire: Set sysconfdir to /etc.
Date: Sun, 8 Jan 2023 11:47:07 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 62c446a4fd0f86f454f5ba5f4221c68e8785201b
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sun Jan 8 10:30:39 2023 +0100

    gnu: pipewire: Set sysconfdir to /etc.
    
    * gnu/packages/linux.scm (pipewire): Set sysconfdir to /etc to allow for
    systemwide config in /etc.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d9c7b27eea..8c737edde2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9095,6 +9095,7 @@ types and interfaces and translates so that the X server 
can use them.")
       #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
               "-Dsystemd=disabled"
               "-Dsession-managers=[]"
+              "-Dsysconfdir=/etc"
               "-Dman=enabled")))
     (native-inputs
      (list pkg-config



reply via email to

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