wireplumber: build without systemd
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
packageUnwrapped = pkgs.wireplumber.override {
|
packageUnwrapped = pkgs.wireplumber.override {
|
||||||
# use the same pipewire as configured to run against.
|
# use the same pipewire as configured to run against.
|
||||||
pipewire = config.sane.programs.pipewire.packageUnwrapped;
|
pipewire = config.sane.programs.pipewire.packageUnwrapped;
|
||||||
|
enableSystemd = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
|
@@ -32,6 +32,14 @@ in [
|
|||||||
# etc, where "date" is like "20240228181608"
|
# etc, where "date" is like "20240228181608"
|
||||||
# and can be found with `nix-repl > :lf . > lastModifiedDate`
|
# 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' {
|
(fetchpatch' {
|
||||||
title = "passt: support cross compilation";
|
title = "passt: support cross compilation";
|
||||||
saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2";
|
saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2";
|
||||||
|
Reference in New Issue
Block a user