diff options
-rw-r--r-- | gnu/packages/java.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 84f8246483..86f44bb23a 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -1913,6 +1913,7 @@ new Date();")) "--with-lcms=system" "--with-libjpeg=system" "--with-libpng=system" + "--with-version-pre=" ;; allow the build system to locate the system freetype ,(string-append "--with-freetype-include=" (assoc-ref %build-inputs "freetype") "/include") |