diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-12 10:14:24 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-12 14:11:16 +0100 |
| commit | 41bcf04f85f49210cfbb1a9ee79986558df12d70 (patch) | |
| tree | f8b76d39ce637f7b1696f8b721a2fe30a305941d | |
| parent | 46b660ac0b4c8b7db2c3ecf92859bcf7bf879695 (diff) | |
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
| -rw-r--r-- | gnu/packages/electronics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ab759462b15..ee54bac15e1 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -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. |
