mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Further simplify package inputs.
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
This commit is contained in:
parent
fc9ca46aa6
commit
e3196755e6
94 changed files with 1544 additions and 2077 deletions
|
@ -1437,7 +1437,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
|
|||
"0p3fj89gkhd2ys5ci75cwb6p7rvb2pf52jd8c9d4g76qp846njnx"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg-turbo)))
|
||||
(list libjpeg-turbo))
|
||||
(synopsis "JPEG-2000 library")
|
||||
(description "The JasPer Project is an initiative to provide a reference
|
||||
implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,
|
||||
|
@ -1947,9 +1947,7 @@ identical visual appearance.")
|
|||
"076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("ncurses" ,ncurses)))
|
||||
(list curl libjpeg-turbo ncurses))
|
||||
(home-page "https://csl.name/jp2a/")
|
||||
(synopsis "Convert JPEG images to ASCII")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue