gnu: portaudio: Remove custom bootstrap phase.
* gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.
This commit is contained in:
parent
78e3d554d1
commit
cdb4048d72
|
@ -2753,20 +2753,14 @@ portions of LAME.")
|
||||||
;; TODO: Add ASIHPI.
|
;; TODO: Add ASIHPI.
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("jack" ,jack-1)))
|
("jack" ,jack-1)))
|
||||||
|
;; Autoreconf is necessary because the audacity-compat patch modifies .in
|
||||||
|
;; files.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments '(#:tests? #f)) ;no 'check' target
|
||||||
'(#:phases
|
|
||||||
;; Autoreconf is necessary because the audacity-compat patch modifies
|
|
||||||
;; .in files.
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
(invoke "autoreconf" "-vif"))))
|
|
||||||
#:tests? #f)) ;no 'check' target
|
|
||||||
(home-page "http://www.portaudio.com/")
|
(home-page "http://www.portaudio.com/")
|
||||||
(synopsis "Audio I/O library")
|
(synopsis "Audio I/O library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue