mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: potrace: Relax unit tests.
* gnu/packages/patches/potrace-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (potrace)[source]: Use it.
This commit is contained in:
parent
20c295f9f3
commit
a4258dfa62
3 changed files with 54 additions and 2 deletions
|
@ -406,7 +406,8 @@ and returns a sequence of positioned glyphids from the font.")
|
|||
"/potrace-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17ajildjp14shsy339xarh1lw1p0k60la08ahl638a73mh23kcx9"))))
|
||||
"17ajildjp14shsy339xarh1lw1p0k60la08ahl638a73mh23kcx9"))
|
||||
(patches (search-patches "potrace-tests.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue