Skip to content

Commit c88a86f

Browse files
committed
nix: remove patches from downstream
The patches is the modification of downstream, it should not affect upstream. Any changes of upstream would caused patch fail.
1 parent 07f75e3 commit c88a86f

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)