gnu: opensc: Eliminate obsolete test disablement.
This follows up on commit 508d5c5fa8
,
I guess.
* gnu/packages/security-token.scm (opensc)[arguments]: Remove the
‘disable-broken-test’ phase.
This commit is contained in:
parent
e0dde179ba
commit
bfd995729b
1 changed files with 1 additions and 7 deletions
|
@ -254,13 +254,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
||||||
(string-append
|
(string-append
|
||||||
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))
|
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))
|
||||||
#t)))
|
#t))))))
|
||||||
(add-before 'check 'disable-broken-test
|
|
||||||
(lambda _
|
|
||||||
;; XXX: This test is fixed in git, remove this phase for >= 0.19.
|
|
||||||
(substitute* "doc/tools/Makefile"
|
|
||||||
(("TESTS = test-manpage.sh") "TESTS = "))
|
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("readline" ,readline)
|
`(("readline" ,readline)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
|
Reference in a new issue