me
/
guix
Archived
1
0
Fork 0

gnu: python-simpleaudio: Alsa-lib is not a native-input.

* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace
field and ...
[inputs]: ... Add new field.
master
Leo Famulari 2020-10-29 10:10:32 -04:00
parent 53aa680e2b
commit bda1359b8e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -1857,7 +1857,7 @@ after Andy Lesters Perl module WWW::Mechanize.")
(build-system python-build-system)
(arguments
`(#:tests? #f))
(native-inputs
(inputs
`(("alsa-lib" ,alsa-lib)))
(home-page
"https://github.com/hamiltron/py-simple-audio")