packages/gnome-control-center: remove cheese removal
This commit is contained in:
parent
fcfc583d21
commit
2e12b38ef9
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@ super: rec {
|
|||
|
||||
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
|
||||
|
||||
gnome-control-center = ((patch' super.gnome.gnome-control-center).override {
|
||||
cheese = null;
|
||||
}).overrideAttrs (_: {
|
||||
mesonFlags = [ "-Dcheese=false" ];
|
||||
});
|
||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||
|
||||
kooha = super.kooha.overrideAttrs (_: {
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue