mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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 @@ (define-public opensc
|
|||
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
||||
(string-append
|
||||
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))
|
||||
#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)))))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("readline" ,readline)
|
||||
("openssl" ,openssl)
|
||||
|
|
Loading…
Reference in a new issue