[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/30: gnu: java-jansi-native: Compile fix for the Hurd.
From: |
guix-commits |
Subject: |
10/30: gnu: java-jansi-native: Compile fix for the Hurd. |
Date: |
Sat, 21 Mar 2020 19:36:26 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 3b091f3e0ee1bcfb23937c6156fc70b81280a4cf
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
- branch wip-hurd created (now a016b45), guix-commits, 2020/03/21
- 02/30: gnu: hurd: Fix hurd-target?, add hurd-system?., guix-commits, 2020/03/21
- 05/30: gnu: cross-libc: Build fix for the Hurd., guix-commits, 2020/03/21
- 08/30: gnu: bootstrap: Use fall-back mechanism for bootstrap-executables., guix-commits, 2020/03/21
- 01/30: gnu: grub: Support for the Hurd., guix-commits, 2020/03/21
- 11/30: gnu: make: Support for the Hurd., guix-commits, 2020/03/21
- 07/30: gnu: bootstrap: gcc-static: Use gcc-5., guix-commits, 2020/03/21
- 10/30: gnu: java-jansi-native: Compile fix for the Hurd.,
guix-commits <=
- 04/30: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/21
- 15/30: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/21
- 03/30: gnu: glibc: Add clock patches for the Hurd., guix-commits, 2020/03/21
- 12/30: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/21
- 06/30: Revert "gnu: guile-static-stripped: Update to 2.2.", guix-commits, 2020/03/21
- 14/30: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/21
- 13/30: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/21
- 16/30: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/21
- 17/30: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/21
- 18/30: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/21