mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: libpaper: Skip tests when cross-compiling.
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to skip tests when cross-compiling.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user