mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: links: Sort inputs.
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
This commit is contained in:
parent
dfb99268b0
commit
77986a6a99
1 changed files with 5 additions and 5 deletions
|
@ -188,13 +188,13 @@ (define-public links
|
||||||
"--enable-graphics")
|
"--enable-graphics")
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs `(("libevent" ,libevent)
|
||||||
("openssl" ,openssl)
|
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libtiff" ,libtiff)
|
|
||||||
("libevent" ,libevent)
|
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libxt" ,libxt)))
|
("libtiff" ,libtiff)
|
||||||
|
("libxt" ,libxt)
|
||||||
|
("openssl" ,openssl)
|
||||||
|
("zlib" ,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…
Reference in a new issue