Merge pull request #162730 from K900/fix-wireplumber-config-path

wireplumber: fix global config path
This commit is contained in:
Thiago Kenji Okada 2022-03-04 11:00:04 +00:00 committed by GitHub
commit b8de9089b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {