From 18364761dde1e2bdd6be6e35ce45cb937787f355 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 30 May 2024 16:50:53 +0000 Subject: [PATCH] wireplumber: undo the enableSystemd=false patch --- hosts/common/programs/wireplumber.nix | 1 - nixpatches/list.nix | 8 -------- 2 files changed, 9 deletions(-) diff --git a/hosts/common/programs/wireplumber.nix b/hosts/common/programs/wireplumber.nix index 281b4130..bc4d90a0 100644 --- a/hosts/common/programs/wireplumber.nix +++ b/hosts/common/programs/wireplumber.nix @@ -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"; diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 228e918e..93fb32e2 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -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";