gnu: remmina: Remove input labels.
* gnu/packages/vnc.scm (remmina)[native-inputs, inputs]: Remove input labels.master
parent
ae761e639a
commit
1bada70d63
|
@ -104,46 +104,46 @@
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))
|
||||||
'("remmina" "remmina-file-wrapper"))))))))
|
'("remmina" "remmina-file-wrapper"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
`(,gtk+ "bin")
|
||||||
("intl" ,intltool)
|
intltool
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("app-indicator" ,libappindicator)
|
(list libappindicator
|
||||||
("atk" ,atk)
|
atk
|
||||||
("avahi" ,avahi)
|
avahi
|
||||||
("cairo" ,cairo)
|
cairo
|
||||||
("cups" ,cups)
|
cups
|
||||||
("ffmpeg" ,ffmpeg)
|
ffmpeg
|
||||||
("freerdp" ,freerdp) ; for rdp plugin
|
freerdp ; for rdp plugin
|
||||||
("gcrypt" ,libgcrypt)
|
libgcrypt
|
||||||
("librsvg" ,librsvg)
|
librsvg
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gnome-keyring" ,gnome-keyring)
|
gnome-keyring
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("harfbuzz" ,harfbuzz)
|
harfbuzz
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("libsecret" ,libsecret) ; for secret plugin
|
libsecret ; for secret plugin
|
||||||
("libsoup" ,libsoup-minimal-2)
|
libsoup-minimal-2
|
||||||
("libssh" ,libssh) ; for ssh plugin
|
libssh ; for ssh plugin
|
||||||
("libvnc" ,libvnc) ; for vnc plugin
|
libvnc ; for vnc plugin
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("pango" ,pango)
|
pango
|
||||||
("pcre2" ,pcre2) ; for exec plugin
|
pcre2 ; for exec plugin
|
||||||
("shared-mime-info" ,shared-mime-info)
|
shared-mime-info
|
||||||
("sodium" ,libsodium)
|
libsodium
|
||||||
("spice-client-gtk" ,spice-gtk) ; for spice plugin
|
spice-gtk ; for spice plugin
|
||||||
("telepathy" ,telepathy-glib)
|
telepathy-glib
|
||||||
("vte" ,vte) ; for st plugin
|
vte ; for st plugin
|
||||||
("wayland" ,wayland)
|
wayland
|
||||||
("webkitgtk" ,webkitgtk) ; for www plugin
|
webkitgtk ; for www plugin
|
||||||
("x11" ,libx11)
|
libx11
|
||||||
("xext" ,libxext) ; for xdmcp plugin
|
libxext ; for xdmcp plugin
|
||||||
("xdg-utils" ,xdg-utils)
|
xdg-utils
|
||||||
("xkbfile" ,libxkbfile))) ; for nx plugin
|
libxkbfile)) ; for nx plugin
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list dconf))
|
(list dconf))
|
||||||
(home-page "https://remmina.org/")
|
(home-page "https://remmina.org/")
|
||||||
|
|
Reference in New Issue