diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-01 10:46:04 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-01 12:01:48 +0100 |
| commit | 4bb7f2f63c01839bdf8bbfed1153194ff3b2c2f1 (patch) | |
| tree | 0b38fb1d14e60a6318cb409a0e0a9340d62f7444 /gnu | |
| parent | c10f5781d506c0fea812d1aa9060ff2c80e27d82 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 2e0644ffd25..982ecd83a5c 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -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" |
