[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-simpleaudio: Alsa-lib is not a native
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-simpleaudio: Alsa-lib is not a native-input. |
Date: |
Thu, 29 Oct 2020 10:12:20 -0400 |
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 <leo@famulari.name>
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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-simpleaudio: Alsa-lib is not a native-input.,
guix-commits <=