1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 06:08:54 +02:00

gnu: prjtrellis: Update dependencies.

* gnu/packages/electronics.scm (prjtrellis)[inputs]: Replace boost-1.88
by boost; replace pybind11-2 by pybind11.

Merges guix/guix!6057

Change-Id: I345cd8d5e652f014c9becffa0d4cec0365a9d4ba
This commit is contained in:
Cayetano Santos
2026-03-12 10:14:24 +01:00
parent 46b660ac0b
commit 41bcf04f85
+1 -1
View File
@@ -2127,7 +2127,7 @@ architecture from Cologne Chip. It also provides data needed to produce a
(lambda _
(chdir "libtrellis"))))))
(native-inputs (list python-minimal-wrapper))
(inputs (list openocd boost-1.88 pybind11-2))
(inputs (list openocd boost pybind11))
(synopsis "Placement and routing for ECP5 FPGAs")
(description
"Project Trellis is a Nextpnr backend compatible with ECP5 FPGAs.