mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
remmina: fix missing gsettings schemas
This commit is contained in:
parent
0970931e74
commit
14a35a55c7
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user