me
/
guix
Archived
1
0
Fork 0

gnu: shishi: Build with newer linux-pam.

* gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with
linux-pam.
* gnu/packages/linux.scm (linux-pam-1.2): Remove variable.
master
Efraim Flashner 2022-08-07 16:17:23 +03:00
parent 544ff0b6c2
commit e3e33b5251
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 1 additions and 16 deletions

View File

@ -147,7 +147,7 @@ cryptography.")
(inputs
(list gnutls
libidn
linux-pam-1.2
linux-pam
zlib
libgcrypt
libtasn1))

View File

@ -1660,21 +1660,6 @@ be used through the PAM API to perform tasks, like authenticating a user
at login. Local and dynamic reconfiguration are its key features.")
(license license:bsd-3)))
(define-public linux-pam-1.2
(package
(inherit linux-pam)
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (string-append
"http://www.linux-pam.org/library/"
"Linux-PAM-" version ".tar.bz2"))
(sha256
(base32
"1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))
(patches (search-patches "linux-pam-no-setfsuid.patch"))))))
(define-public python-pamela
(package
(name "python-pamela")