diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:18:24 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:48:25 +0100 |
| commit | 8394619baceb118df92e355377fd543bb1aa501a (patch) | |
| tree | 504f07c2a9f88596a305b59ef45f941062426a52 /gnu/packages/authentication.scm | |
| parent | aca2defe0172868295941fd9f0e97886f6e9b2d4 (diff) | |
gnu: Simplify package inputs.
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
Diffstat (limited to 'gnu/packages/authentication.scm')
| -rw-r--r-- | gnu/packages/authentication.scm | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index a8070f4789a..f5fba350310 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm | |||
| @@ -59,14 +59,11 @@ | |||
| 59 | (for-each delete-file (find-files lib "\\.a$")) | 59 | (for-each delete-file (find-files lib "\\.a$")) |
| 60 | #t)))))) | 60 | #t)))))) |
| 61 | (native-inputs | 61 | (native-inputs |
| 62 | `(("pkg-config" ,pkg-config) | 62 | (list pkg-config |
| 63 | 63 | ;; XXX: Perhaps this should be propagated from xmlsec. | |
| 64 | ;; XXX: Perhaps this should be propagated from xmlsec. | 64 | libltdl)) |
| 65 | ("libltdl" ,libltdl))) | ||
| 66 | (inputs | 65 | (inputs |
| 67 | `(("linux-pam" ,linux-pam) | 66 | (list linux-pam openssl xmlsec-openssl)) |
| 68 | ("openssl" ,openssl) | ||
| 69 | ("xmlsec-openssl" ,xmlsec-openssl))) | ||
| 70 | (home-page "https://www.nongnu.org/oath-toolkit/") | 67 | (home-page "https://www.nongnu.org/oath-toolkit/") |
| 71 | (synopsis "One-time password (OTP) components") | 68 | (synopsis "One-time password (OTP) components") |
| 72 | (description | 69 | (description |
| @@ -111,16 +108,9 @@ data.") | |||
| 111 | ;; The pam_test fails because ykclient fails to build a Curl handle. | 108 | ;; The pam_test fails because ykclient fails to build a Curl handle. |
| 112 | '(#:make-flags '("TESTS=util_test"))) | 109 | '(#:make-flags '("TESTS=util_test"))) |
| 113 | (inputs | 110 | (inputs |
| 114 | `(("linux-pam" ,linux-pam) | 111 | (list linux-pam libyubikey ykclient yubikey-personalization)) |
| 115 | ("libyubikey" ,libyubikey) | ||
| 116 | ("ykclient" ,ykclient) | ||
| 117 | ("yubikey-personalization" ,yubikey-personalization))) | ||
| 118 | (native-inputs | 112 | (native-inputs |
| 119 | `(("autoconf" ,autoconf) | 113 | (list autoconf automake libtool asciidoc pkg-config)) |
| 120 | ("automake" ,automake) | ||
| 121 | ("libtool" ,libtool) | ||
| 122 | ("asciidoc" ,asciidoc) | ||
| 123 | ("pkg-config" ,pkg-config))) | ||
| 124 | (home-page "https://developers.yubico.com/yubico-pam") | 114 | (home-page "https://developers.yubico.com/yubico-pam") |
| 125 | (synopsis "Yubico pluggable authentication module") | 115 | (synopsis "Yubico pluggable authentication module") |
| 126 | (description "The Yubico PAM module provides an easy way to integrate the | 116 | (description "The Yubico PAM module provides an easy way to integrate the |
| @@ -141,9 +131,9 @@ YubiKey into your existing user authentication infrastructure.") | |||
| 141 | (base32 "1mdj1wj0adcnx354fs17928yn2xfr1hj5mfraq282dagi873sqw3")))) | 131 | (base32 "1mdj1wj0adcnx354fs17928yn2xfr1hj5mfraq282dagi873sqw3")))) |
| 142 | (build-system gnu-build-system) | 132 | (build-system gnu-build-system) |
| 143 | (native-inputs | 133 | (native-inputs |
| 144 | `(("pkg-config" ,pkg-config))) | 134 | (list pkg-config)) |
| 145 | (inputs | 135 | (inputs |
| 146 | `(("linux-pam" ,linux-pam))) | 136 | (list linux-pam)) |
| 147 | (home-page "http://pamtester.sourceforge.net/") | 137 | (home-page "http://pamtester.sourceforge.net/") |
| 148 | (synopsis "Utility for testing pluggable authentication modules (PAM) facility") | 138 | (synopsis "Utility for testing pluggable authentication modules (PAM) facility") |
| 149 | (description | 139 | (description |
