Skip to content

Commit

Permalink
nix: remove patches from downstream
Browse files Browse the repository at this point in the history
The patches is the modification of downstream, it should not affect upstream. Any changes of upstream would caused patch fail.
  • Loading branch information
mslxl committed Sep 25, 2024
1 parent 07f75e3 commit c88a86f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ in

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

# downstream patch should not affect upstream
patches = [];

buildInputs = (builtins.filter (p: p.pname != "wireplumber") oldAttrs.buildInputs) ++ [
pkgs.wireplumber
];
Expand Down

0 comments on commit c88a86f

Please sign in to comment.