mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: jbig2dec: Don't build libjbig2dec.a.
* gnu/packages/image.scm (jbig2dec)[arguments]: New field.
This commit is contained in:
parent
de781c05e7
commit
5e53722249
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ (define-public jbig2dec
|
|||
(base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
|
||||
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--disable-static")))
|
||||
(synopsis "Decoder of the JBIG2 image compression format")
|
||||
(description
|
||||
"JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit
|
||||
|
|
Loading…
Reference in a new issue