diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-20 17:44:26 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-21 13:19:33 +0300 |
| commit | c11afc46777bfdf3dc222062cfe3518c0d8a657a (patch) | |
| tree | 85b168a356599b9be0ba1efc928fc5932f6be5bd /gnu/packages/ghostscript.scm | |
| parent | 696b22141cb53b9797c80f49079c0a0fcd60ba64 (diff) | |
gnu: libpaper: Skip tests when cross-compiling.
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to
skip tests when cross-compiling.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 2d7f07fb40f..502b41bb992 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -93,7 +93,8 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 93 | ;; Tests require a relocatable build. | 93 | ;; Tests require a relocatable build. |
| 94 | "--enable-relocatable") | 94 | "--enable-relocatable") |
| 95 | ;; --enable-relocate is broken on the Hurd | 95 | ;; --enable-relocate is broken on the Hurd |
| 96 | #:tests? (not (target-hurd?)))) | 96 | #:tests? (not (or (target-hurd?) |
| 97 | (%current-target-system))))) | ||
| 97 | (outputs '("out" "debug")) | 98 | (outputs '("out" "debug")) |
| 98 | (home-page "https://github.com/rrthomas/libpaper") | 99 | (home-page "https://github.com/rrthomas/libpaper") |
| 99 | (synopsis "Library for handling paper sizes") | 100 | (synopsis "Library for handling paper sizes") |
