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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user