[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: iverilog: Add zlib dependency for LXT dump f
From: |
guix-commits |
Subject: |
branch master updated: gnu: iverilog: Add zlib dependency for LXT dump file format support. |
Date: |
Thu, 31 Mar 2022 11:25:01 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9f82d1f1c0 gnu: iverilog: Add zlib dependency for LXT dump file format
support.
9f82d1f1c0 is described below
commit 9f82d1f1c061d92cd7d7eff8a98bd8a8de99858d
Author: Christian Gelinek <cgelinek@radlogic.com.au>
AuthorDate: Thu Mar 31 15:19:38 2022 +1030
gnu: iverilog: Add zlib dependency for LXT dump file format support.
* gnu/packages/fpga.scm (iverilog)[native-inputs]: Add zlib.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/fpga.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 3b2938aff0..b8f98ca63e 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Andrew Miloradovsky <andrew@interpretmath.pw>
+;;; Copyright © 2022 Christian Gelinek <cgelinek@radlogic.com.au>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -111,7 +112,7 @@ formal verification.")
(arguments
`(#:make-flags (list (string-append "CC=" ,(cc-for-target)))))
(native-inputs
- (list flex bison ghostscript)) ; ps2pdf
+ (list flex bison ghostscript zlib)) ; ps2pdf
(home-page "http://iverilog.icarus.com/")
(synopsis "FPGA Verilog simulation and synthesis tool")
(description "Icarus Verilog is a Verilog simulation and synthesis tool.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: iverilog: Add zlib dependency for LXT dump file format support.,
guix-commits <=