~ruther/guix-local

f5efb4271d28fe54ac68af9924711b6033f744e9 — Marius Bakke 3 years ago 9c852ae
gnu: gtk-vnc: Remove input labels.

* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove labels.
1 files changed, 14 insertions(+), 13 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +14 -13
@@ 8873,19 8873,20 @@ like switching to windows and launching applications.")
    (arguments
     `(#:glib-or-gtk? #t))   ; To wrap binaries and/or compile schemas
    (native-inputs
     `(;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
       ;; dependency on other platforms (FIXME).
       ,@(if (target-x86-64?)
             `(("gjs" ,gjs))
             '())
       ("glib:bin" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("intltool" ,intltool)
       ("node" ,node)
       ("perl" ,perl)
       ("pkg-config" ,pkg-config)
       ("python" ,python-wrapper)
       ("vala" ,vala)))
     (append
      ;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
      ;; dependency on other platforms (FIXME).
       (if (target-x86-64?)
           (list gjs)
           '())
       (list `(,glib "bin")
             gobject-introspection
             intltool
             node
             perl
             pkg-config
             python-wrapper
             vala)))
    (inputs
     (list cairo (librsvg-for-system)))
    (propagated-inputs