dconf: move to top-level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user