[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: remmina: Remove input labels.
From: |
guix-commits |
Subject: |
08/15: gnu: remmina: Remove input labels. |
Date: |
Thu, 16 Dec 2021 21:07:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1bada70d6322f17743b5dadd6b9968c8920038f7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 01:57:57 2021 +0100
gnu: remmina: Remove input labels.
* gnu/packages/vnc.scm (remmina)[native-inputs, inputs]:
Remove input labels.
---
gnu/packages/vnc.scm | 78 ++++++++++++++++++++++++++--------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index cd275cb..64c89f0 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -104,46 +104,46 @@
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))
'("remmina" "remmina-file-wrapper"))))))))
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("gtk+:bin" ,gtk+ "bin")
- ("intl" ,intltool)
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal
+ `(,glib "bin")
+ gobject-introspection
+ `(,gtk+ "bin")
+ intltool
+ pkg-config))
(inputs
- `(("app-indicator" ,libappindicator)
- ("atk" ,atk)
- ("avahi" ,avahi)
- ("cairo" ,cairo)
- ("cups" ,cups)
- ("ffmpeg" ,ffmpeg)
- ("freerdp" ,freerdp) ; for rdp plugin
- ("gcrypt" ,libgcrypt)
- ("librsvg" ,librsvg)
- ("glib" ,glib)
- ("gnome-keyring" ,gnome-keyring)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("gtk+" ,gtk+)
- ("harfbuzz" ,harfbuzz)
- ("json-glib" ,json-glib)
- ("libsecret" ,libsecret) ; for secret plugin
- ("libsoup" ,libsoup-minimal-2)
- ("libssh" ,libssh) ; for ssh plugin
- ("libvnc" ,libvnc) ; for vnc plugin
- ("openssl" ,openssl)
- ("pango" ,pango)
- ("pcre2" ,pcre2) ; for exec plugin
- ("shared-mime-info" ,shared-mime-info)
- ("sodium" ,libsodium)
- ("spice-client-gtk" ,spice-gtk) ; for spice plugin
- ("telepathy" ,telepathy-glib)
- ("vte" ,vte) ; for st plugin
- ("wayland" ,wayland)
- ("webkitgtk" ,webkitgtk) ; for www plugin
- ("x11" ,libx11)
- ("xext" ,libxext) ; for xdmcp plugin
- ("xdg-utils" ,xdg-utils)
- ("xkbfile" ,libxkbfile))) ; for nx plugin
+ (list libappindicator
+ atk
+ avahi
+ cairo
+ cups
+ ffmpeg
+ freerdp ; for rdp plugin
+ libgcrypt
+ librsvg
+ glib
+ gnome-keyring
+ gsettings-desktop-schemas
+ gtk+
+ harfbuzz
+ json-glib
+ libsecret ; for secret plugin
+ libsoup-minimal-2
+ libssh ; for ssh plugin
+ libvnc ; for vnc plugin
+ openssl
+ pango
+ pcre2 ; for exec plugin
+ shared-mime-info
+ libsodium
+ spice-gtk ; for spice plugin
+ telepathy-glib
+ vte ; for st plugin
+ wayland
+ webkitgtk ; for www plugin
+ libx11
+ libxext ; for xdmcp plugin
+ xdg-utils
+ libxkbfile)) ; for nx plugin
(propagated-inputs
(list dconf))
(home-page "https://remmina.org/")
- branch master updated (1ca2c67 -> 010a1ff), guix-commits, 2021/12/16
- 01/15: gnu: Remove unreferenced nss/fixed., guix-commits, 2021/12/16
- 04/15: gnu: htop: Update to 3.1.2., guix-commits, 2021/12/16
- 11/15: gnu: audit: Update to 3.0.6., guix-commits, 2021/12/16
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1., guix-commits, 2021/12/16
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92., guix-commits, 2021/12/16
- 08/15: gnu: remmina: Remove input labels.,
guix-commits <=
- 06/15: gnu: bemenu: Update to 0.6.4., guix-commits, 2021/12/16
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16
- 02/15: gnu: bmake: Update to 20211207., guix-commits, 2021/12/16
- 05/15: gnu: fasm: Update to 1.73.28., guix-commits, 2021/12/16
- 07/15: gnu: remmina: Update to 1.4.22., guix-commits, 2021/12/16