packages/gnome-control-center: remove cheese removal
This commit is contained in:
parent
8882fd1c68
commit
763a3c69d0
2 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "System and user config";
|
||||
|
||||
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.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -18,11 +18,7 @@ super: rec {
|
|||
|
||||
glib = patch' super.glib;
|
||||
|
||||
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