gnu: scrypt: Update to 1.3.1.
* gnu/packages/crypto.scm (scrypt): Update to 1.3.1. [arguments]: Patch configure to respect $PATH.
This commit is contained in:
parent
a0484d9ff7
commit
c8046d1b22
@ -518,7 +518,7 @@ user's graphical desktop.")
|
|||||||
(define-public scrypt
|
(define-public scrypt
|
||||||
(package
|
(package
|
||||||
(name "scrypt")
|
(name "scrypt")
|
||||||
(version "1.2.1")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -526,13 +526,16 @@ user's graphical desktop.")
|
|||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xy5yhrwwv13skv9im9vm76rybh9f29j2dh4hlh2x01gvbkza8a6"))))
|
"1hnl0r6pmyxiy4dmafmqk1db7wpc0x9rqpzqcwr9d2cmghcj6byz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:license-file-regexp "COPYRIGHT"
|
`(#:license-file-regexp "COPYRIGHT"
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-command-invocations
|
(add-after 'unpack 'patch-$PATH-assumptions
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(substitute* "configure"
|
||||||
|
(("\\{POSIX_PATH\\}")
|
||||||
|
"{PATH}"))
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("command -p") ""))
|
(("command -p") ""))
|
||||||
#t))
|
#t))
|
||||||
|
Loading…
Reference in New Issue
Block a user