mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
039eb73b66
commit
cb9552c2aa
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue