Merge pull request #3640 from mslxl/master
nix: remove patches from downstream
This commit is contained in:
commit
cad18f39f5
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue