remmina: fix missing gsettings schemas

This commit is contained in:
Gabriel Ebner 2017-01-09 09:57:39 +01:00
parent 0970931e74
commit 14a35a55c7
2 changed files with 7 additions and 4 deletions

View file

@ -4,14 +4,14 @@
, pcre, webkitgtk, libdbusmenu-gtk3, libappindicator-gtk3
, libvncserver, libpthreadstubs, libXdmcp, libxkbcommon
, libsecret, spice_protocol, spice_gtk, epoxy, at_spi2_core
, openssl
, openssl, gsettings_desktop_schemas
# 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";
desktopItem = makeDesktopItem {
name = "remmina";
desktopName = "Remmina";
@ -48,7 +48,7 @@ stdenv.mkDerivation {
sha256 = "07lj6a7x9cqcff18pwfkx8c8iml015zp6sq29dfcxpfg4ai578h0";
};
buildInputs = [ cmake pkgconfig wrapGAppsHook
buildInputs = [ cmake pkgconfig wrapGAppsHook gsettings_desktop_schemas
glib gtk3 gettext libxkbfile libgnome_keyring libX11
freerdp_git libssh libgcrypt gnutls
pcre webkitgtk libdbusmenu-gtk3 libappindicator-gtk3

View file

@ -3579,7 +3579,10 @@ in
remind = callPackage ../tools/misc/remind { };
remmina = callPackage ../applications/networking/remote/remmina { adwaita-icon-theme = gnome3.adwaita-icon-theme; };
remmina = callPackage ../applications/networking/remote/remmina {
adwaita-icon-theme = gnome3.adwaita-icon-theme;
gsettings_desktop_schemas = gnome3.gsettings_desktop_schemas;
};
renameutils = callPackage ../tools/misc/renameutils { };