[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 18:38:49 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit b48525ba7aaf2ae7bc115578422f258e5d170eeb
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 3d5bdf4), guix-commits, 2020/03/24
- 02/31: gnu: hurd: Fix hurd-target?, add hurd-system?., guix-commits, 2020/03/24
- 05/31: gnu: cross-libc: Build fix for the Hurd., guix-commits, 2020/03/24
- 12/31: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/24
- 14/31: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/24
- 06/31: Revert "gnu: guile-static-stripped: Update to 2.2.", guix-commits, 2020/03/24
- 09/31: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/24
- 04/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/24
- 21/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/24
- 10/31: gnu: java-jansi-native: Compile fix for the Hurd.,
guix-commits <=
- 17/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/24
- 18/31: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/24
- 25/31: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/24
- 28/31: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/24
- 19/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/24
- 01/31: gnu: grub: Support for the Hurd., guix-commits, 2020/03/24
- 08/31: gnu: bootstrap: Use fall-back mechanism for bootstrap-executables., guix-commits, 2020/03/24
- 27/31: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/24
- 03/31: gnu: glibc: Add clock patches for the Hurd., guix-commits, 2020/03/24
- 13/31: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/24