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