diff options
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 775a3cf5b43..356348eadc1 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1740,7 +1740,7 @@ layout of a circuit corresponds to the desired netlists.") (inputs (list boost eigen - pybind11 + pybind11-2 qtimgui)) (synopsis "Place-and-Route tool for @acronym{FPGA, Field Programmable Gate Array}") @@ -2084,7 +2084,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)) + (inputs (list openocd boost-1.88 pybind11-2)) (synopsis "Placement and routing for ECP5 FPGAs") (description "Project Trellis is a Nextpnr backend compatible with ECP5 FPGAs. |
