wireplumber: undo the enableSystemd=false patch

This commit is contained in:
Colin 2024-05-30 16:50:53 +00:00
parent d3937487e6
commit 18364761dd
2 changed files with 0 additions and 9 deletions

View File

@ -4,7 +4,6 @@
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,14 +32,6 @@ 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";