overlays: remove wireplumber patch

This commit is contained in:
Aaron Bieber 2022-09-02 08:08:24 -06:00
parent 25c78c3639
commit 466345a2ee
No known key found for this signature in database

View File

@ -51,18 +51,6 @@
});
})
(self: super: {
wireplumber = super.wireplumber.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(super.fetchpatch {
url =
"https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/398.patch";
sha256 = "sha256-rEp/3fjBRbkFuw4rBW6h8O5hcy/oBP3DW7bPu5rVfNY=";
})
];
});
})
] else
[ ];
}