gnu: nvc: Update to 1.5.1.

* gnu/packages/fpga.scm (nvc): Update to 1.5.1.
[arguments]: Hopefully re-enable #:parallel-build?s.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-23 12:50:07 +02:00
parent ba31fbb163
commit d289a60770
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.0")
(version "1.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -441,11 +441,10 @@ (define-public nvc
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0dd1xany6qhh2qsfw8ba0ky7y86h19yr4hlk0r5i2bvwsg4355v9"))))
"0m1zhcqhgz5fajz98ky5zdv8g8gvk9caghqfpbv8q3mzdzahcsx5"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f ; https://github.com/nickg/nvc/issues/409
#:configure-flags
`(#:configure-flags
'("--enable-vhpi")
#:phases
(modify-phases %standard-phases