mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: nvc: Update to 1.8.1.
* gnu/packages/fpga.scm (nvc): Update to 1.8.1. [inputs]: Add libffi.
This commit is contained in:
parent
d081dd1ca1
commit
74f15a002c
1 changed files with 4 additions and 3 deletions
|
@ -433,7 +433,7 @@ (define-public python-myhdl
|
|||
(define-public nvc
|
||||
(package
|
||||
(name "nvc")
|
||||
(version "1.7.2")
|
||||
(version "1.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -442,7 +442,7 @@ (define-public nvc
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"01b0yhr0fw59nxwi4pz04mp9b71mg6s7zaysp0r8h0m2nd5pbpgc"))))
|
||||
"03dnn77n50b5n06gd81hh36gh0h2nc266yzwl70qjlb00qs8cf7p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:out-of-source? #t
|
||||
|
@ -464,7 +464,8 @@ (define-public nvc
|
|||
check)) ; for the tests
|
||||
(inputs
|
||||
(list elfutils
|
||||
llvm-9))
|
||||
llvm-9
|
||||
libffi))
|
||||
(synopsis "VHDL compiler and simulator")
|
||||
(description "This package provides a VHDL compiler and simulator.")
|
||||
(home-page "https://www.nickg.me.uk/nvc/")
|
||||
|
|
Loading…
Reference in a new issue