This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bda1359 gnu: python-simpleaudio: Alsa-lib is not a native-input.
bda1359 is described below
commit bda1359b8e2ff36e10bce92475ce615211925342
Author: Leo Famulari <[email protected]>
AuthorDate: Thu Oct 29 10:10:32 2020 -0400
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.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f689d3..cd8ee24 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1857,7 +1857,7 @@ after Andy Lester’s 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")