[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60695] [PATCH 5/9] gnu: nextpnr-ice40: Use gexps.
From: |
Simon South |
Subject: |
[bug#60695] [PATCH 5/9] gnu: nextpnr-ice40: Use gexps. |
Date: |
Mon, 9 Jan 2023 14:25:59 -0500 |
* gnu/packages/fpga.scm (nextpnr-ice40)[arguments]: Use gexps.
---
gnu/packages/fpga.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 0924c34e0c..817ebe3f6b 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -298,11 +298,11 @@ (define-public nextpnr-ice40
yosys))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags `("-DARCH=ice40"
- ,(string-append "-DICEBOX_ROOT="
- (assoc-ref %build-inputs
"icestorm")
- "/share/icebox"))
- #:tests? #f))
+ (list #:configure-flags #~(list "-DARCH=ice40"
+ (string-append "-DICEBOX_ROOT="
+ #$icestorm
+ "/share/icebox"))
+ #:tests? #f))
(synopsis "Place-and-Route tool for FPGAs")
(description "Nextpnr aims to be a vendor neutral, timing driven,
FOSS FPGA place and route tool.")
--
2.38.1
- [bug#60695] [PATCH 0/9] gnu: nextpnr-ice40: Update to 0.5., Simon South, 2023/01/09
- [bug#60695] [PATCH 5/9] gnu: nextpnr-ice40: Use gexps.,
Simon South <=
- [bug#60695] [PATCH 6/9] gnu: nextpnr-ice40: Enable tests., Simon South, 2023/01/09
- [bug#60695] [PATCH 9/9] gnu: nextpnr-ice40: Update to 0.5., Simon South, 2023/01/09
- [bug#60695] [PATCH 1/9] gnu: Add implot., Simon South, 2023/01/09
- [bug#60695] [PATCH 3/9] gnu: Add sanitizers-cmake., Simon South, 2023/01/09
- [bug#60695] [PATCH 2/9] gnu: Add qtimgui., Simon South, 2023/01/09
- [bug#60695] [PATCH 7/9] gnu: nextpnr-ice40: Fix generated version string., Simon South, 2023/01/09
- [bug#60695] [PATCH 4/9] gnu: nextpnr-ice40: Use HTTPS for source URL., Simon South, 2023/01/09
- [bug#60695] [PATCH 8/9] gnu: nextpnr-ice40: Remove bundled software., Simon South, 2023/01/09
- [bug#60695] [PATCH v2 0/9] gnu: nextpnr-ice40: Update to 0.5., Simon South, 2023/01/27