gnu: nvc: Update to 1.5.2.

* gnu/packages/fpga.scm (nvc): Update to 1.5.2.
[arguments]: Don't return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-04 18:06:42 +02:00
parent 039eb73b66
commit cb9552c2aa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -432,7 +432,7 @@ (define-public python-myhdl
(define-public nvc
(package
(name "nvc")
(version "1.5.1")
(version "1.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -441,7 +441,7 @@ (define-public nvc
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0m1zhcqhgz5fajz98ky5zdv8g8gvk9caghqfpbv8q3mzdzahcsx5"))))
"1hjshyliaqi4vrw4q760rwmq6hvbpsvr2h4zl34k5j457004dy9l"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@ -450,8 +450,7 @@ (define-public nvc
(modify-phases %standard-phases
(add-after 'unpack 'clean-up
(lambda _
(delete-file "autogen.sh")
#t)))))
(delete-file "autogen.sh"))))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)