me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-jansi-native): Add catch-all clause;
fixes running guix refresh.
master
Jan Nieuwenhuizen 2020-03-07 03:41:49 -05:00
parent 6741f543e6
commit 9820d6eda6
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; 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