[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/23: gnu: shadow: Add linux-pam dependency for the Hurd.
From: |
guix-commits |
Subject: |
16/23: gnu: shadow: Add linux-pam dependency for the Hurd. |
Date: |
Thu, 26 Mar 2020 08:15:01 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 1a9b3faaf25c40552e100f4a00bef8f0a32ba1dc
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Mar 7 02:35:00 2020 -0500
gnu: shadow: Add linux-pam dependency for the Hurd.
* gnu/packages/admin.scm (shadow): Also include linux-pam dependency
for the Hurd.
---
gnu/packages/admin.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f5cebc0..a296d6c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
;;; Copyright © 2019, 2020 Mathieu Othacehe <address@hidden>
;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -503,11 +504,7 @@ hostname.")
(for-each delete-file (find-files man "^groups\\."))
#t))))))
- (inputs (if (string-contains (or (%current-target-system)
- (%current-system))
- "-linux")
- `(("linux-pam" ,linux-pam))
- '()))
+ (inputs `(("linux-pam" ,linux-pam)))
(home-page "https://github.com/shadow-maint/shadow")
(synopsis "Authentication-related tools such as passwd, su, and login")
(description
- 07/23: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., (continued)
- 07/23: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/26
- 01/23: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/26
- 05/23: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/26
- 06/23: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/26
- 08/23: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/26
- 09/23: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/26
- 14/23: gnu: less: Build fix for the Hurd., guix-commits, 2020/03/26
- 15/23: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/26
- 12/23: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/26
- 13/23: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/26
- 16/23: gnu: shadow: Add linux-pam dependency for the Hurd.,
guix-commits <=
- 17/23: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/26
- 21/23: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/26
- 10/23: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/26
- 11/23: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/26
- 18/23: gnu: shepherd: Build fix for the Hurd., guix-commits, 2020/03/26
- 20/23: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/26
- 22/23: gnu: mit-krb5: Supprt for the Hurd., guix-commits, 2020/03/26
- 19/23: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/26
- 23/23: llvm: Add support for the Hurd., guix-commits, 2020/03/26