mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
remmina: add icon packages as soft deps (#21411)
This commit is contained in:
parent
925c597457
commit
7b2a37f5c8
2 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,10 @@
|
|||
, pcre, webkitgtk, libdbusmenu-gtk3, libappindicator-gtk3
|
||||
, libvncserver, libpthreadstubs, libXdmcp, libxkbcommon
|
||||
, libsecret, spice_protocol, spice_gtk, epoxy, at_spi2_core
|
||||
, openssl }:
|
||||
, openssl
|
||||
# The themes here are soft dependencies; only icons are missing without them.
|
||||
, hicolor_icon_theme, adwaita-icon-theme
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.2.0-rcgit.15";
|
||||
|
@ -51,7 +54,7 @@ stdenv.mkDerivation {
|
|||
pcre webkitgtk libdbusmenu-gtk3 libappindicator-gtk3
|
||||
libvncserver libpthreadstubs libXdmcp libxkbcommon
|
||||
libsecret spice_protocol spice_gtk epoxy at_spi2_core
|
||||
openssl ];
|
||||
openssl hicolor_icon_theme adwaita-icon-theme ];
|
||||
|
||||
cmakeFlags = "-DWITH_VTE=OFF -DWITH_TELEPATHY=OFF -DWITH_AVAHI=OFF -DWINPR_INCLUDE_DIR=${freerdp_git}/include/winpr2";
|
||||
|
||||
|
|
|
@ -3543,7 +3543,7 @@ in
|
|||
|
||||
remind = callPackage ../tools/misc/remind { };
|
||||
|
||||
remmina = callPackage ../applications/networking/remote/remmina {};
|
||||
remmina = callPackage ../applications/networking/remote/remmina { adwaita-icon-theme = gnome3.adwaita-icon-theme; };
|
||||
|
||||
renameutils = callPackage ../tools/misc/renameutils { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue