about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/remmina
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/applications/networking/remote/remmina
parente27fa435f7dd15506e96ee6b794b447998e77997 (diff)
downloadnixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.gz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.bz2
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.lz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.xz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.zst
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.zip
gnome3: stop using aliases
Diffstat (limited to 'pkgs/applications/networking/remote/remmina')
-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 a53bea23e199..a4324f3c4a2a 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, adwaita-icon-theme
+, hicolor-icon-theme, 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 adwaita-icon-theme json-glib
+    openssl hicolor-icon-theme gnome3.adwaita-icon-theme json-glib
   ];
 
   cmakeFlags = [