mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: potrace: Install libraries and header files.
* gnu/packages/fontutils.scm (potrace): Add configure flag to install libraries and header files.
This commit is contained in:
parent
283fd55b41
commit
4797d84ddb
1 changed files with 3 additions and 0 deletions
|
@ -220,6 +220,9 @@ (define-public potrace
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
|
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
`("--with-libpotrace"))) ; install library and headers
|
||||||
(synopsis "Transform bitmaps into vector graphics")
|
(synopsis "Transform bitmaps into vector graphics")
|
||||||
(description
|
(description
|
||||||
"Potrace is a tool for tracing a bitmap, which means, transforming a
|
"Potrace is a tool for tracing a bitmap, which means, transforming a
|
||||||
|
|
Loading…
Reference in a new issue