gnu: bmake: Update to 20230622.
* gnu/packages/build-tools.scm (bmake): Update to 20230622.master
parent
56628d0af1
commit
bd97ea4296
|
@ -171,14 +171,14 @@ generate such a compilation database.")
|
||||||
(define-public bmake
|
(define-public bmake
|
||||||
(package
|
(package
|
||||||
(name "bmake")
|
(name "bmake")
|
||||||
(version "20230321")
|
(version "20230622")
|
||||||
(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 "0ml2z9ij674bd4227566n0547pcpxpmimp4xw4hj52kl1265czgd"))))
|
(base32 "007ckj2381bmwpxy5zmy2m19p2hxaj7ld80b5lv7i798c2fwj15l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal))
|
(list bash-minimal))
|
||||||
|
@ -211,7 +211,7 @@ generate such a compilation database.")
|
||||||
(string-append
|
(string-append
|
||||||
"--with-default-sys-path=" #$output "/share/mk"))
|
"--with-default-sys-path=" #$output "/share/mk"))
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list "INSTALL=install"))) ;; use coreutils install
|
#~(list "INSTALL=install"))) ; use coreutils' install
|
||||||
(home-page "http://www.crufty.net/help/sjg/bmake.htm")
|
(home-page "http://www.crufty.net/help/sjg/bmake.htm")
|
||||||
(synopsis "BSD's make")
|
(synopsis "BSD's make")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue