diff options
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 2b3a359bd6a..c63fc2f9f9c 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -90,7 +90,8 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 90 | (native-inputs | 90 | (native-inputs |
| 91 | `(("automake" ,automake))) ; For up to date 'config.guess' and 'config.sub'. | 91 | `(("automake" ,automake))) ; For up to date 'config.guess' and 'config.sub'. |
| 92 | (arguments | 92 | (arguments |
| 93 | `(#:phases | 93 | `(#:configure-flags '("--disable-static") |
| 94 | #:phases | ||
| 94 | (modify-phases %standard-phases | 95 | (modify-phases %standard-phases |
| 95 | (add-after 'unpack 'fix-configure | 96 | (add-after 'unpack 'fix-configure |
| 96 | (lambda* (#:key inputs native-inputs #:allow-other-keys) | 97 | (lambda* (#:key inputs native-inputs #:allow-other-keys) |
