gnu: bmake: Update to 20211207.
* gnu/packages/build-tools.scm (bmake): Update to 20211207. [arguments]: Don't explicitly return #t from phases.master
parent
df8a93044c
commit
0fb4cc7a2f
|
@ -154,14 +154,14 @@ generate such a compilation database.")
|
||||||
(define-public bmake
|
(define-public bmake
|
||||||
(package
|
(package
|
||||||
(name "bmake")
|
(name "bmake")
|
||||||
(version "20210206")
|
(version "20211207")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
|
"http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07n9avzdg6gifrzyddnyzada5s5rzklvbqfpv5drljpxcgpqpvwg"))))
|
(base32 "1cvm10gh7gb0rjcfgbssrw13ha24qmagifgkr53kk39r9693ylq5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash-minimal)))
|
`(("bash" ,bash-minimal)))
|
||||||
|
@ -180,8 +180,7 @@ generate such a compilation database.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "unit-tests/Makefile"
|
(substitute* "unit-tests/Makefile"
|
||||||
(("cmd-interrupt") "")
|
(("cmd-interrupt") "")
|
||||||
(("varmod-localtime") ""))
|
(("varmod-localtime") "")))))
|
||||||
#t)))
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
(string-append
|
(string-append
|
||||||
|
|
Reference in New Issue