Skip to content

Commit cad18f3

Browse files
authored
Merge pull request #3640 from mslxl/master
nix: remove patches from downstream
2 parents 07f75e3 + c88a86f commit cad18f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ in
2525

2626
mesonFlags = lib.remove "-Dgtk-layer-shell=enabled" oldAttrs.mesonFlags;
2727

28+
# downstream patch should not affect upstream
29+
patches = [];
30+
2831
buildInputs = (builtins.filter (p: p.pname != "wireplumber") oldAttrs.buildInputs) ++ [
2932
pkgs.wireplumber
3033
];

0 commit comments

Comments
 (0)