Skip to content

Commit

Permalink
Merge pull request #3640 from mslxl/master
Browse files Browse the repository at this point in the history
nix: remove patches from downstream
  • Loading branch information
Alexays authored Sep 25, 2024
2 parents 07f75e3 + c88a86f commit cad18f3
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 cad18f3

Please sign in to comment.