gnu: libredwg: Update to 0.11.1.
* gnu/packages/engineering.scm (libredwg): Update to 0.11.1. [native-inputs]: Change python to python-wrapper, add perl. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
e799da33ee
commit
e1da617a20
1 changed files with 4 additions and 3 deletions
|
@ -1133,22 +1133,23 @@ use on a given system.")
|
||||||
(define-public libredwg
|
(define-public libredwg
|
||||||
(package
|
(package
|
||||||
(name "libredwg")
|
(name "libredwg")
|
||||||
(version "0.11")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/libredwg/libredwg-"
|
(uri (string-append "mirror://gnu/libredwg/libredwg-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vd7ii32k5447z7k4w9s005hv1ffpj6dyf1w40x6c53qksrblny2"))))
|
(base32 "1xx6y6ckm4mzqln8y8lqf5frcn2b32ypc0d0h9dzpz6363zh7pdn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-bindings")))
|
`(#:configure-flags '("--disable-bindings")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
("parallel" ,parallel)
|
("parallel" ,parallel)
|
||||||
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python)
|
("python" ,python-wrapper)
|
||||||
("python-libxml2" ,python-libxml2)))
|
("python-libxml2" ,python-libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pcre2" ,pcre2)))
|
`(("pcre2" ,pcre2)))
|
||||||
|
|
Reference in a new issue