mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: links: Remove input labels.
* gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels.
This commit is contained in:
parent
1123da369d
commit
d540c6792b
1 changed files with 9 additions and 8 deletions
|
@ -185,14 +185,15 @@ management, extensions such as advertisement blocker and colorful tabs.")
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
configure-flags)))))))
|
configure-flags)))))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs `(("gpm" ,gpm)
|
(inputs
|
||||||
("libevent" ,libevent)
|
(list gpm
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libevent
|
||||||
("libpng" ,libpng)
|
libjpeg-turbo
|
||||||
("libtiff" ,libtiff)
|
libpng
|
||||||
("libxt" ,libxt)
|
libtiff
|
||||||
("openssl" ,openssl)
|
libxt
|
||||||
("zlib" ,zlib)))
|
openssl
|
||||||
|
zlib))
|
||||||
(synopsis "Text and graphics mode web browser")
|
(synopsis "Text and graphics mode web browser")
|
||||||
(description "Links is a graphics and text mode web browser, with many
|
(description "Links is a graphics and text mode web browser, with many
|
||||||
features including, tables, builtin image display, bookmarks, SSL and more.")
|
features including, tables, builtin image display, bookmarks, SSL and more.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue