Language

Package: gjs @ 1.82.1

Synopsis

Javascript bindings for GNOME

Description

Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey javascript engine and the GObject introspection framework.

Home page
https://wiki.gnome.org/Gjs
Location
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'gobject-introspection' should probably be a native input
  • gnu/packages/gnome.scm (line: 7951, column: 5)
input-labels

Identify input labels that do not match package names

label 'glib' does not match package name 'glib:bin'
  • gnu/packages/gnome.scm (line: 7939, column: 5)
wrapper-inputs

Make sure 'wrap-program' can finds its interpreter.

"bash-minimal" should be in 'inputs' when 'wrap-program' is used
  • gnu/packages/gnome.scm (line: 7895, column: 2)