wireplumber: install system units to the right place

This commit is contained in:
K900 2022-02-21 10:41:03 +03:00
parent 495a8d9bb3
commit a55e181257

View File

@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
"-Ddoc=${mesonEnableFeature enableDocs}"
"-Dintrospection=${mesonEnableFeature enableGI}"
"-Dsystemd-system-service=true"
"-Dsystemd-system-unit-dir=${placeholder "out"}/lib/systemd/system"
];
passthru.updateScript = nix-update-script {