1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: fusesoc: Fix typo.

* gnu/packages/electronics.scm (fusesoc)[propagated-inputs]: Add
python-pyaml.

Change-Id: Ib7dc0fc321505608d00c8c0a517b8f7ebdb244ae
This commit is contained in:
Cayetano Santos
2026-02-18 14:11:49 +01:00
parent 0b6b8a1e88
commit 7ee95d47fd

View File

@@ -2729,12 +2729,13 @@ some tool-specific options are set.")
(add-before 'check 'set-home-env
(lambda _
(setenv "HOME" "/tmp"))))))
(inputs
(propagated-inputs
(list python-argcomplete
python-edalize
python-fastjsonschema
python-pyparsing
python-pyyaml
python-pyaml
python-simplesat))
(native-inputs
(list python-pytest python-setuptools python-setuptools-scm))