wireplumber: build without systemd

This commit is contained in:
Colin 2024-05-30 09:46:29 +00:00
parent adb54657d4
commit e55b75c333
2 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
packageUnwrapped = pkgs.wireplumber.override {
# use the same pipewire as configured to run against.
pipewire = config.sane.programs.pipewire.packageUnwrapped;
enableSystemd = false;
};
sandbox.method = "bwrap";

View File

@ -32,6 +32,14 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
title = "wireplumber: add `enableSystemd` option";
prUrl = "https://github.com/NixOS/nixpkgs/pull/315847";
saneCommit = "93517038743f963a50427705c05a12b3e5d03465";
# hash = "sha256-pn0+7cfSvJDDxIapwo0dPdCswdp1ZoYv9qXgMXib38s=";
hash = "sha256-JYXcBSQxd4fjBak1D/Lgof3HtYy2sWLaDysIr+gKg78=";
})
(fetchpatch' {
title = "passt: support cross compilation";
saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2";