packages/gnome-control-center: remove cheese removal

This commit is contained in:
Max Headroom 2022-02-28 19:18:21 +01:00
parent 8882fd1c68
commit 763a3c69d0
2 changed files with 2 additions and 6 deletions

View file

@ -2,7 +2,7 @@
description = "System and user config"; description = "System and user config";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/gnome";
nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork"; nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork";
nix-super.inputs.nixpkgs.follows = "nixpkgs"; nix-super.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -18,11 +18,7 @@ super: rec {
glib = patch' super.glib; glib = patch' super.glib;
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 = ''