gnu: patchage: Fix build.
Fixes <https://bugs.gnu.org/33677>. * gnu/packages/audio.scm (patchage)[arguments]: Use Python 2.master
parent
cbe23db2d7
commit
0fd9671bcc
|
@ -2097,7 +2097,9 @@ buffers, and audio capture.")
|
|||
(base32
|
||||
"1agdpwwi42176l4mxj0c4fsvdiv1ig56bfnnx0msckxmy57df8bb"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments `(#:tests? #f)) ; no check target
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:python ,python-2))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("boost" ,boost)
|
||||
|
|
Reference in New Issue