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";
|
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
|
||||||
|
|
||||||
gnome-control-center = ((patch' super.gnome.gnome-control-center).override {
|
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||||
cheese = null;
|
|
||||||
}).overrideAttrs (_: {
|
|
||||||
mesonFlags = [ "-Dcheese=false" ];
|
|
||||||
});
|
|
||||||
|
|
||||||
kooha = super.kooha.overrideAttrs (_: {
|
kooha = super.kooha.overrideAttrs (_: {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue