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
|
, tzdata
|
||||||
, yelp
|
, yelp
|
||||||
, libgnomekbd
|
, libgnomekbd
|
||||||
, malcontent
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -75,7 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
polkit
|
polkit
|
||||||
webkitgtk
|
webkitgtk
|
||||||
libnma
|
libnma
|
||||||
malcontent
|
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -89,6 +87,7 @@ stdenv.mkDerivation rec {
|
|||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dcheese=disabled"
|
"-Dcheese=disabled"
|
||||||
"-Dibus=disabled"
|
"-Dibus=disabled"
|
||||||
|
"-Dparental_controls=disabled"
|
||||||
"-Dvendor-conf-file=${./vendor.conf}"
|
"-Dvendor-conf-file=${./vendor.conf}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user