summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-02-13 22:47:50 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-02-14 02:31:15 +0100
commit606ceda352de9830cc5e01c169571e742d88fb15 (patch)
treecbd513b0d2a7402d9aa9f83fa6c80597d2e55cb0 /pkgs/development/tools
parente27fa435f7dd15506e96ee6b794b447998e77997 (diff)
downloadnixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.gz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.bz2
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.lz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.xz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.zst
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.zip
gnome3: stop using aliases
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/d-feet/default.nix2
-rw-r--r--pkgs/development/tools/profiling/sysprof/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/d-feet/default.nix b/pkgs/development/tools/misc/d-feet/default.nix
index ae27ff72c84..b96f65c2ecc 100644
--- a/pkgs/development/tools/misc/d-feet/default.nix
+++ b/pkgs/development/tools/misc/d-feet/default.nix
@@ -14,7 +14,7 @@ in python3Packages.buildPythonApplication rec {
   };
 
   nativeBuildInputs = [ pkgconfig itstool intltool wrapGAppsHook libxml2 ];
-  buildInputs = [ glib gtk3 gnome3.defaultIconTheme libwnck3 gobject-introspection ];
+  buildInputs = [ glib gtk3 gnome3.adwaita-icon-theme libwnck3 gobject-introspection ];
 
   propagatedBuildInputs = with python3Packages; [ pygobject3 pep8 ];
 
diff --git a/pkgs/development/tools/profiling/sysprof/default.nix b/pkgs/development/tools/profiling/sysprof/default.nix
index 8cd6a3f09ee..b2f7b52d325 100644
--- a/pkgs/development/tools/profiling/sysprof/default.nix
+++ b/pkgs/development/tools/profiling/sysprof/default.nix
@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
     pkgconfig
     shared-mime-info
     wrapGAppsHook
-    gnome3.defaultIconTheme
+    gnome3.adwaita-icon-theme
   ];
   buildInputs = [ glib gtk3 pango polkit systemd.dev systemd.lib ];