gnu: potrace: Install libraries and header files.
* gnu/packages/fontutils.scm (potrace): Add configure flag to install libraries and header files.master
parent
283fd55b41
commit
4797d84ddb
|
@ -220,6 +220,9 @@ and returns a sequence of positioned glyphids from the font.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("--with-libpotrace"))) ; install library and headers
|
||||
(synopsis "Transform bitmaps into vector graphics")
|
||||
(description
|
||||
"Potrace is a tool for tracing a bitmap, which means, transforming a
|
||||
|
|
Reference in New Issue