mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
gnome3.gnome-initial-setup: disable parental controls
This is not tested yet.
This commit is contained in:
parent
487bd1a0dc
commit
3ead7c7813
|
@ -32,7 +32,6 @@
|
|||
, tzdata
|
||||
, yelp
|
||||
, libgnomekbd
|
||||
, malcontent
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -75,7 +74,6 @@ stdenv.mkDerivation rec {
|
|||
polkit
|
||||
webkitgtk
|
||||
libnma
|
||||
malcontent
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
@ -89,6 +87,7 @@ stdenv.mkDerivation rec {
|
|||
mesonFlags = [
|
||||
"-Dcheese=disabled"
|
||||
"-Dibus=disabled"
|
||||
"-Dparental_controls=disabled"
|
||||
"-Dvendor-conf-file=${./vendor.conf}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue