guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 10/31: gnu: java-jansi-native: Compile fix for the Hurd.
Date: Tue, 24 Mar 2020 01:14:06 -0400 (EDT)

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

commit 84aae9d42a1baae84a77f3b28d317370a62e9bdd
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 c9d59bb..edf8d3c 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]