boskovits pushed a commit to branch master
in repository guix.
commit 70d23edf937fcf5435c9540b703db045f75b5ef2
Author: Gábor Boskovits <[email protected]>
Date: Mon May 13 08:08:44 2019 +0200
gnu: openjdk11: Suppress internal in version.
* gnu/packages/java.scm (openjdk11)[configure-flags]: Add
--with-version-pre= .
---
gnu/packages/java.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 84f8246..86f44bb 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")