guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: openjdk11: Suppress internal in version.


From: guix-commits
Subject: 01/01: gnu: openjdk11: Suppress internal in version.
Date: Mon, 13 May 2019 02:13:17 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit 70d23edf937fcf5435c9540b703db045f75b5ef2
Author: Gábor Boskovits <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]