mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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>
This commit is contained in:
parent
a7ed4af304
commit
62c446a4fd
1 changed files with 1 additions and 0 deletions
|
@ -9095,6 +9095,7 @@ (define-public pipewire
|
|||
#~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
|
||||
"-Dsystemd=disabled"
|
||||
"-Dsession-managers=[]"
|
||||
"-Dsysconfdir=/etc"
|
||||
"-Dman=enabled")))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
|
Loading…
Reference in a new issue