[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/31: gnu: shadow: Add linux-pam dependency for the Hurd.
From: |
guix-commits |
Subject: |
25/31: gnu: shadow: Add linux-pam dependency for the Hurd. |
Date: |
Thu, 19 Mar 2020 03:24:59 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit ffd91c4205335cb374a68d8e5f27ab84446b76b5
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 3d24e03..0db7281 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
- 02/31: gnu: grub: Support for the Hurd., (continued)
- 02/31: gnu: grub: Support for the Hurd., guix-commits, 2020/03/19
- 13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/19
- 12/31: gnu: make: Support for the Hurd., guix-commits, 2020/03/19
- 04/31: gnu: glibc: Add clock patches for the Hurd., guix-commits, 2020/03/19
- 01/31: gnu: flex-2.6.1: Build fix for the Hurd., guix-commits, 2020/03/19
- 14/31: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/19
- 15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/19
- 05/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/19
- 16/31: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/19
- 22/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/19
- 25/31: gnu: shadow: Add linux-pam dependency for the Hurd.,
guix-commits <=
- 19/31: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/19
- 24/31: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/19
- 29/31: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/19
- 20/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/19
- 18/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/19
- 21/31: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/19
- 28/31: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/19
- 23/31: gnu: less: Build fix for the Hurd., guix-commits, 2020/03/19
- 30/31: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/19
- 26/31: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/19