diff options
author | Leo Famulari <leo@famulari.name> | 2020-10-29 10:10:32 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-10-29 10:11:49 -0400 |
commit | bda1359b8e2ff36e10bce92475ce615211925342 (patch) | |
tree | 46aa52fdcf93316c6aef58df083aee5ff130fbe7 | |
parent | 53aa680e2b1cd2a15f2d85ab7828ae8b73ffcf91 (diff) |
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.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9f689d35b5..cd8ee24cbf 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") |