[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/217: gnu: heimdal: Fix build.
From: |
guix-commits |
Subject: |
122/217: gnu: heimdal: Fix build. |
Date: |
Sun, 14 Nov 2021 19:21:00 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 4a8030276aac1a548cf912d0f60feb1dd99a507a
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")
- 184/217: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., (continued)
- 184/217: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/14
- 205/217: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/14
- 206/217: gnu: Add python-pypika-tortoise., guix-commits, 2021/11/14
- 204/217: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/14
- 209/217: gnu: Add python-asyncmy., guix-commits, 2021/11/14
- 212/217: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/14
- 105/217: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/11/14
- 114/217: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/14
- 115/217: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/14
- 119/217: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/14
- 122/217: gnu: heimdal: Fix build.,
guix-commits <=
- 123/217: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/14
- 34/217: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/14
- 39/217: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/14
- 56/217: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/14
- 51/217: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/14
- 47/217: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/14
- 71/217: gnu: dbus-c++: Fix build., guix-commits, 2021/11/14
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14
- 62/217: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/14