about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-22 16:30:42 +0200
committerGitHub <noreply@github.com>2019-09-22 16:30:42 +0200
commitf80e55fc2e4904848c7dc2b91f2247c651c30979 (patch)
tree1802c786875efab90953c3026e527a3cb62374cd /pkgs/applications/networking/remote
parent8c7667c325011762b3157ec7c5dfcb9c777c5669 (diff)
parent9559a4fe08897eebdfeca24af8c67b8abbff712d (diff)
downloadnixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar.gz
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar.bz2
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar.lz
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar.xz
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.tar.zst
nixlib-f80e55fc2e4904848c7dc2b91f2247c651c30979.zip
gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)
gtk3.setupHook: clear icon-theme.cache in preFixup
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index f60d43f36166..adb70c3916f4 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -6,7 +6,7 @@
 , libsecret, libsoup, spice-protocol, spice-gtk, epoxy, at-spi2-core
 , openssl, gsettings-desktop-schemas, json-glib
 # The themes here are soft dependencies; only icons are missing without them.
-, hicolor-icon-theme, gnome3
+, gnome3
 }:
 
 with stdenv.lib;
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     pcre libdbusmenu-gtk3 libappindicator-gtk3
     libvncserver libpthreadstubs libXdmcp libxkbcommon
     libsecret libsoup spice-protocol spice-gtk epoxy at-spi2-core
-    openssl hicolor-icon-theme gnome3.adwaita-icon-theme json-glib
+    openssl gnome3.adwaita-icon-theme json-glib
   ];
 
   cmakeFlags = [