dconf: move to top-level

This commit is contained in:
Jan Tojnar
2019-12-01 01:01:40 +01:00
parent 28cb34d538
commit 8cbc862b83
33 changed files with 76 additions and 82 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
findutils, xdg_utils, gnome3, gtk3, pythonPackages,
findutils, xdg_utils, dconf, gtk3, pythonPackages,
wrapGAppsHook
}:
@@ -25,7 +25,7 @@ pythonPackages.buildPythonApplication rec {
buildInputs = [
gtk3
gnome3.dconf
dconf
pythonPackages.pyxdg
pythonPackages.ptyprocess
pythonPackages.pycairo