diff options
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index e28ace485f1..4e46844f6fd 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -759,20 +759,22 @@ verifying the cryptographic operations.") | |||
| 759 | (package | 759 | (package |
| 760 | (name "pam-u2f") | 760 | (name "pam-u2f") |
| 761 | (version "1.3.2") | 761 | (version "1.3.2") |
| 762 | (source (origin | 762 | (source |
| 763 | (method git-fetch) | 763 | (origin |
| 764 | (uri | 764 | (method git-fetch) |
| 765 | (git-reference | 765 | (uri |
| 766 | (url "https://github.com/Yubico/pam-u2f") | 766 | (git-reference |
| 767 | (commit (string-append "pam_u2f-" version)))) | 767 | (url "https://github.com/Yubico/pam-u2f") |
| 768 | (file-name (git-file-name name version)) | 768 | (commit (string-append "pam_u2f-" version)))) |
| 769 | (sha256 | 769 | (file-name (git-file-name name version)) |
| 770 | (base32 "0528r0q3j1d6cb3dzh9vgagr8v2b2y5yylykr1cqjmg9hvp35a4i")))) | 770 | (sha256 |
| 771 | (base32 "0528r0q3j1d6cb3dzh9vgagr8v2b2y5yylykr1cqjmg9hvp35a4i")))) | ||
| 771 | (build-system gnu-build-system) | 772 | (build-system gnu-build-system) |
| 772 | (arguments | 773 | (arguments |
| 773 | `(#:configure-flags | 774 | (list |
| 774 | (list (string-append "--with-pam-dir=" | 775 | #:configure-flags |
| 775 | (assoc-ref %outputs "out") "/lib/security")))) | 776 | #~(list |
| 777 | (string-append "--with-pam-dir=" #$output"/lib/security")))) | ||
| 776 | (inputs | 778 | (inputs |
| 777 | (list libfido2 linux-pam openssl)) | 779 | (list libfido2 linux-pam openssl)) |
| 778 | (native-inputs | 780 | (native-inputs |
