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
parent
544ff0b6c2
commit
e3e33b5251
|
@ -147,7 +147,7 @@ cryptography.")
|
||||||
(inputs
|
(inputs
|
||||||
(list gnutls
|
(list gnutls
|
||||||
libidn
|
libidn
|
||||||
linux-pam-1.2
|
linux-pam
|
||||||
zlib
|
zlib
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libtasn1))
|
libtasn1))
|
||||||
|
|
|
@ -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.")
|
at login. Local and dynamic reconfiguration are its key features.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public python-pamela
|
||||||
(package
|
(package
|
||||||
(name "python-pamela")
|
(name "python-pamela")
|
||||||
|
|
Reference in New Issue