mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05: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 @@ (define-public links
|
|||
(string-append "--prefix=" out)
|
||||
configure-flags)))))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs `(("gpm" ,gpm)
|
||||
("libevent" ,libevent)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("libxt" ,libxt)
|
||||
("openssl" ,openssl)
|
||||
("zlib" ,zlib)))
|
||||
(inputs
|
||||
(list gpm
|
||||
libevent
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libtiff
|
||||
libxt
|
||||
openssl
|
||||
zlib))
|
||||
(synopsis "Text and graphics mode web browser")
|
||||
(description "Links is a graphics and text mode web browser, with many
|
||||
features including, tables, builtin image display, bookmarks, SSL and more.")
|
||||
|
|
Loading…
Reference in a new issue