about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-31 21:23:05 +0300
committerGitHub <noreply@github.com>2017-12-31 21:23:05 +0300
commitd3e821156e278da1785e09ea0f38448e0637c091 (patch)
tree1ef7085de65afeef7c6162c14725940d190a6ee9 /pkgs/desktops/gnome-3/core
parenta09a320e203d3e4fa7d5f74270fefe07dd882847 (diff)
parent0dff26daa4aa93397eaf1ef0407070efe9ecb8ad (diff)
downloadnixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar.gz
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar.bz2
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar.lz
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar.xz
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.tar.zst
nixlib-d3e821156e278da1785e09ea0f38448e0637c091.zip
Merge pull request #31094 from yegortimoshenko/ibus/update
ibus: 1.5.16 -> 1.5.17, fix
Diffstat (limited to 'pkgs/desktops/gnome-3/core')
-rw-r--r--pkgs/desktops/gnome-3/core/gconf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/gconf/default.nix b/pkgs/desktops/gnome-3/core/gconf/default.nix
index 1729ec066233..99883c8a3f67 100644
--- a/pkgs/desktops/gnome-3/core/gconf/default.nix
+++ b/pkgs/desktops/gnome-3/core/gconf/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, dbus_glib, gnome3 ? null, glib, libxml2
-, intltool, polkit, orbit, withGtk ? false }:
+, intltool, polkit, orbit, python, withGtk ? false }:
 
 assert withGtk -> (gnome3 != null);
 
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     sha256 = "0k3q9nh53yhc9qxf1zaicz4sk8p3kzq4ndjdsgpaa2db0ccbj4hr";
   };
 
-  buildInputs = [ libxml2 polkit orbit ] ++ stdenv.lib.optional withGtk gnome3.gtk;
+  buildInputs = [ libxml2 polkit orbit python ] ++ stdenv.lib.optional withGtk gnome3.gtk;
   propagatedBuildInputs = [ glib dbus_glib  ];
   nativeBuildInputs = [ pkgconfig intltool ];