me
/
guix
Archived
1
0
Fork 0

gnu: libpaper: Skip tests when cross-compiling.

* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to
skip tests when cross-compiling.
Efraim Flashner 2023-07-20 17:44:26 +03:00
parent 696b22141c
commit c11afc4677
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ Consortium standard (ICC), approved as ISO 15076-1.")
;; Tests require a relocatable build.
"--enable-relocatable")
;; --enable-relocate is broken on the Hurd
#:tests? (not (target-hurd?))))
#:tests? (not (or (target-hurd?)
(%current-target-system)))))
(outputs '("out" "debug"))
(home-page "https://github.com/rrthomas/libpaper")
(synopsis "Library for handling paper sizes")