diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-27 04:09:40 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 04:09:40 +0200 |
commit | 8888e9bfb2f101261e4c4b6e8152c2a35df87952 (patch) | |
tree | 8eca8aeb2b48c2ba0af52d62cf8571d2ae46b219 /gnu/packages | |
parent | de2dbbcda5df0612523bbfd50a8d0dad56c9813d (diff) | |
download | guix-8888e9bfb2f101261e4c4b6e8152c2a35df87952.tar.gz guix-8888e9bfb2f101261e4c4b6e8152c2a35df87952.zip |
gnu: gjs: Remove input labels.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 124d7f6952..a349f106bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7277,14 +7277,14 @@ configuration program to choose applications starting on login.") ;; For the missing /etc/machine-id. (setenv "DBUS_FATAL_WARNINGS" "0")))))) (native-inputs - `(("glib:bin" ,glib "bin") ; for glib-compile-resources - ("pkg-config" ,pkg-config) - ("xmllint" ,libxml2) - ;; For testing - ("dbus-launch" ,dbus) - ("dconf" ,dconf) ; required to properly store settings - ("uuidgen" ,util-linux) - ("xvfb" ,xorg-server-for-tests))) + (list `(,glib "bin") ;for glib-compile-resources + pkg-config + libxml2 + ;; For testing + dbus + dconf ;required to properly store settings + util-linux + xorg-server-for-tests)) (propagated-inputs ;; These are all in the Requires.private field of gjs-1.0.pc. (list cairo gobject-introspection mozjs-78)) |