mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk11: Suppress internal in version.
* gnu/packages/java.scm (openjdk11)[configure-flags]: Add --with-version-pre= .
This commit is contained in:
parent
a430a3501a
commit
70d23edf93
1 changed files with 1 additions and 0 deletions
|
@ -1913,6 +1913,7 @@ new Date();"))
|
||||||
"--with-lcms=system"
|
"--with-lcms=system"
|
||||||
"--with-libjpeg=system"
|
"--with-libjpeg=system"
|
||||||
"--with-libpng=system"
|
"--with-libpng=system"
|
||||||
|
"--with-version-pre="
|
||||||
;; allow the build system to locate the system freetype
|
;; allow the build system to locate the system freetype
|
||||||
,(string-append "--with-freetype-include="
|
,(string-append "--with-freetype-include="
|
||||||
(assoc-ref %build-inputs "freetype") "/include")
|
(assoc-ref %build-inputs "freetype") "/include")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue