mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: djvulibre: Add JPEG and TIFF support.
* gnu/packages/djvu.scm (djvulibre)[inputs]: Add libjpeg-turbo and libtiff.
This commit is contained in:
parent
42c8c30ff3
commit
e75d121ca4
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
||||||
(base32
|
(base32
|
||||||
"0psh3zl9dj4n4r3lx25390nx34xz0bg0ql48zdskhq354ljni5p6"))))
|
"0psh3zl9dj4n4r3lx25390nx34xz0bg0ql48zdskhq354ljni5p6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("libjpeg-turbo" ,libjpeg-turbo)
|
||||||
|
("libtiff" ,libtiff)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'reproducible
|
(add-after 'unpack 'reproducible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue