[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/142: gnu: heimdal: Fix build.
From: |
guix-commits |
Subject: |
122/142: gnu: heimdal: Fix build. |
Date: |
Wed, 20 Oct 2021 14:56:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ac35c2fe2e7b5127bc88850ea13e5d8f6f9ecb63
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 22:14:22 2021 -0400
gnu: heimdal: Fix build.
* gnu/packages/kerberos.scm (heimdal): Remove trailing #t.
[inputs]: Add mit-krb5. Add bash-minimal inconditionally.
[native-inputs]: Add perl inconditionally.
---
gnu/packages/kerberos.scm | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 2d31598..dc05c71 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;;
;;; This file is part of GNU Guix.
@@ -186,8 +186,7 @@ After installation, the system administrator should
generate keys using
(substitute* "configure"
(("User=.*$") "User=Guix\n")
(("Host=.*$") "Host=GNU")
- (("Date=.*$") "Date=2019\n"))
- #t))))
+ (("Date=.*$") "Date=2019\n"))))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -252,8 +251,7 @@ After installation, the system administrator should
generate keys using
(("/bin/sh") (which "sh"))))
'((substitute* '("appl/afsutil/pagsh.c"
"tools/Makefile.in")
- (("/bin/sh") (which "sh")))
- #t))))
+ (("/bin/sh") (which "sh")))))))
(add-before 'check 'pre-check
(lambda _
;; For 'getxxyyy-test'.
@@ -263,23 +261,18 @@ After installation, the system administrator should
generate keys using
;; FIXME: figure out why 'kdc' tests fail.
(with-output-to-file "tests/db/have-db.in"
(lambda ()
- (format #t "#!~a~%exit 1~%" (which "sh"))))
- #t)))
+ (format #t "#!~a~%exit 1~%" (which "sh")))))))
;; Tests fail when run in parallel.
#:parallel-tests? #f))
(native-inputs `(("e2fsprogs" ,e2fsprogs) ;for 'compile_et'
("texinfo" ,texinfo)
("unzip" ,unzip) ;for tests
- ,@(if (%current-target-system)
- `(("perl" ,perl))
- '())))
+ ("perl" ,perl)))
(inputs `(("readline" ,readline)
- ;; TODO(core-updates): Make this input unconditional.
- ,@(if (%current-target-system)
- `(("bash-minimal" ,bash-minimal))
- '())
+ ("bash-minimal" ,bash-minimal)
("bdb" ,bdb)
("e2fsprogs" ,e2fsprogs) ;for libcom_err
+ ("mit-krb5" ,mit-krb5)
("sqlite" ,sqlite)))
(home-page "http://www.h5l.org/")
(synopsis "Kerberos 5 network authentication")
- 43/142: gnu: zxing-cpp: Update to 1.2.0., (continued)
- 43/142: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/20
- 62/142: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/20
- 137/142: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/10/20
- 98/142: gnu: Add python-tomli., guix-commits, 2021/10/20
- 86/142: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/20
- 93/142: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/10/20
- 133/142: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/10/20
- 134/142: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/10/20
- 120/142: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/10/20
- 123/142: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/20
- 122/142: gnu: heimdal: Fix build.,
guix-commits <=
- 125/142: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/20
- 131/142: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/10/20
- 140/142: gnu: gtk: Deprecate gdk-pixbuf+svg in favor of librsvg., guix-commits, 2021/10/20
- 142/142: gnu: elogind: Update to 246.10., guix-commits, 2021/10/20
- 138/142: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/10/20
- 20/142: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/20