mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-06 00:01:31 +02:00
gnu: nvc: Update to 1.19.2.
* gnu/packages/electronics.scm (nvc): Update to 1.19.2. [arguments]<#:configure-flags>: Remove "--enable-verilog" flag. Change-Id: I026a1b7e35b83b732a9812b45e42eab2d950306b
This commit is contained in:
@@ -1624,7 +1624,7 @@ Automation}, portable and vendor neutral FPGA place and route tool.")
|
||||
(define-public nvc
|
||||
(package
|
||||
(name "nvc")
|
||||
(version "1.19.1")
|
||||
(version "1.19.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -1633,14 +1633,13 @@ Automation}, portable and vendor neutral FPGA place and route tool.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s42zzwnv18kd2p4jdpwn822m9b20mb3isqj6wf3r74a5lxy1xxg"))))
|
||||
"1wcniiphnzk81y9p093v6zqq9vd7qhw08639svacwmhd8a67yr6b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:out-of-source? #t
|
||||
#:configure-flags
|
||||
#~(list "--enable-tcl"
|
||||
"--enable-llvm"
|
||||
"--enable-verilog"
|
||||
"--enable-vital"
|
||||
"--enable-server"
|
||||
"--with-ncurses"
|
||||
|
||||
Reference in New Issue
Block a user