[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
- branch master updated (e55bc944a9 -> 6d3a0b2f65), guix-commits, 2023/01/08
- 03/06: gnu: pipewire: Set sysconfdir to /etc.,
guix-commits <=
- 01/06: gnu: pipewire: Switch default to 0.3., guix-commits, 2023/01/08
- 02/06: gnu: pipewire: Update to 0.3.63., guix-commits, 2023/01/08
- 05/06: gnu: pipewire: Enable more features., guix-commits, 2023/01/08
- 04/06: gnu: Add libfreeaptx., guix-commits, 2023/01/08
- 06/06: gnu: wireplumber: Update to 0.4.13., guix-commits, 2023/01/08