wireplumber: fix global config path
This defaults to $prefix/etc/wireplumber (why?). Fixes #162729.
This commit is contained in:
@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
|
||||
"-Dintrospection=${mesonEnableFeature enableGI}"
|
||||
"-Dsystemd-system-service=true"
|
||||
"-Dsystemd-system-unit-dir=${placeholder "out"}/lib/systemd/system"
|
||||
"-Dsysconfdir=/etc"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
||||
Reference in New Issue
Block a user