gnu: accessibility: Simplify inputs.
* gnu/packages/accessibility.scm (libbraille, brltty, xmagnify): Remove input labels.
This commit is contained in:
parent
061d292faa
commit
f3d4b1ffd7
1 changed files with 42 additions and 47 deletions
|
@ -78,14 +78,9 @@
|
||||||
"--disable-static"
|
"--disable-static"
|
||||||
"--enable-fake")))
|
"--enable-fake")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("latex2html" ,latex2html)
|
(list latex2html pkg-config python-wrapper swig))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("python" ,python-wrapper)
|
|
||||||
("swig" ,swig)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
(list glib gtk+-2 libusb-compat))
|
||||||
("gtk+" ,gtk+-2)
|
|
||||||
("libusb" ,libusb-compat)))
|
|
||||||
(synopsis "Portable Braille Library")
|
(synopsis "Portable Braille Library")
|
||||||
(description "Libbraille is a library to easily access Braille displays and
|
(description "Libbraille is a library to easily access Braille displays and
|
||||||
terminals.")
|
terminals.")
|
||||||
|
@ -156,46 +151,46 @@ terminals.")
|
||||||
"/lib'], "
|
"/lib'], "
|
||||||
"extra_compile_args = "))))))))
|
"extra_compile_args = "))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("clisp" ,clisp)
|
(list clisp
|
||||||
("cython" ,python-cython)
|
python-cython
|
||||||
("doxygen" ,doxygen)
|
doxygen
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("java" ,icedtea "jdk")
|
`(,icedtea "jdk")
|
||||||
;; ("linuxdoc" ,linuxdoc-tools)
|
;; ("linuxdoc" ,linuxdoc-tools)
|
||||||
("ocaml" ,ocaml)
|
ocaml
|
||||||
("ocamlfind" ,ocaml-findlib)
|
ocaml-findlib
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("tcl" ,tcl)))
|
tcl))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa" ,alsa-lib)
|
(list alsa-lib
|
||||||
("atspi2" ,at-spi2-core)
|
at-spi2-core
|
||||||
("bluez" ,bluez)
|
bluez
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("espeak" ,espeak)
|
espeak
|
||||||
("espeak-ng" ,espeak-ng)
|
espeak-ng
|
||||||
("expat" ,expat)
|
expat
|
||||||
("festival" ,festival)
|
festival
|
||||||
("flite" ,flite)
|
flite
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gpm" ,gpm)
|
gpm
|
||||||
("iconv" ,libiconv)
|
libiconv
|
||||||
("icu" ,icu4c)
|
icu4c
|
||||||
("libbraille" ,libbraille)
|
libbraille
|
||||||
("libpcre2" ,pcre2)
|
pcre2
|
||||||
("louis" ,liblouis)
|
liblouis
|
||||||
("ncurses" ,ncurses)
|
ncurses
|
||||||
("polkit" ,polkit)
|
polkit
|
||||||
("speech-dispatcher" ,speech-dispatcher)
|
speech-dispatcher
|
||||||
("util-linux" ,util-linux)
|
util-linux
|
||||||
("util-linux:lib" ,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
("x11" ,libx11)
|
libx11
|
||||||
("xaw" ,libxaw)
|
libxaw
|
||||||
("xaw3d" ,libxaw3d)
|
libxaw3d
|
||||||
("xext" ,libxext)
|
libxext
|
||||||
("xfixes" ,libxfixes)
|
libxfixes
|
||||||
("xt" ,libxt)
|
libxt
|
||||||
("xtst" ,libxtst)))
|
libxtst))
|
||||||
(synopsis "Braille TTY")
|
(synopsis "Braille TTY")
|
||||||
(description "BRLTTY is a background process (daemon) which provides access
|
(description "BRLTTY is a background process (daemon) which provides access
|
||||||
to the Linux/Unix console (when in text mode) for a blind person using a
|
to the Linux/Unix console (when in text mode) for a blind person using a
|
||||||
|
@ -313,7 +308,7 @@ devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libX11" ,libx11)))
|
(list libx11))
|
||||||
(home-page "https://gitlab.com/amiloradovsky/magnify")
|
(home-page "https://gitlab.com/amiloradovsky/magnify")
|
||||||
(synopsis "Tiny screen magnifier for X11")
|
(synopsis "Tiny screen magnifier for X11")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue