diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-07 16:17:23 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-07 16:17:23 +0300 |
commit | e3e33b5251e11beb0c77cc39f335a5116ab36f9c (patch) | |
tree | e1ba158f32d66f7c5712a48e7c63a2a638d0698d /gnu/packages/kerberos.scm | |
parent | 544ff0b6c2b189b61ae2fa252e6e5233420d06a5 (diff) |
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.
Diffstat (limited to 'gnu/packages/kerberos.scm')
-rw-r--r-- | gnu/packages/kerberos.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm index a52d4b42cc..8f2bbd1c13 100644 --- a/gnu/packages/kerberos.scm +++ b/gnu/packages/kerberos.scm @@ -147,7 +147,7 @@ cryptography.") (inputs (list gnutls libidn - linux-pam-1.2 + linux-pam zlib libgcrypt libtasn1)) |