guix-commits
[Top][All Lists]
Advanced

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

11/31: gnu: java-jansi-native: Compile fix for the Hurd.


From: guix-commits
Subject: 11/31: gnu: java-jansi-native: Compile fix for the Hurd.
Date: Thu, 19 Mar 2020 03:24:55 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit 915f1b971aa0884bf8729653b602261fd80d56ad
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Mar 7 03:41:49 2020 -0500

    gnu: java-jansi-native: Compile fix for the Hurd.
    
    * gnu/packages/java.scm (java-jansi-native): Add catch-all clause;
    fixes running guix refresh.
---
 gnu/packages/java.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 26b67ae..d65499e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2018 Chris Marusich <address@hidden>
 ;;; Copyright © 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019, 2020 Björn Höfling <address@hidden>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -10137,7 +10138,8 @@ that is part of the SWT Tools project.")
                                            "linux32")
                                           ((or "x86_64-linux" "aarch64-linux"
                                                "mips64el-linux")
-                                           "linux64")))))
+                                           "linux64")
+                                          (_ "unknown-kernel")))))
                (install-file "src/main/native-package/src/libjansi.so" dir))
              #t))
          (add-after 'install 'install-native



reply via email to

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