mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: portaudio: Remove custom bootstrap phase.
* gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.
This commit is contained in:
parent
78e3d554d1
commit
cdb4048d72
1 changed files with 3 additions and 9 deletions
|
@ -2753,20 +2753,14 @@ (define-public portaudio
|
|||
;; TODO: Add ASIHPI.
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("jack" ,jack-1)))
|
||||
;; Autoreconf is necessary because the audacity-compat patch modifies .in
|
||||
;; files.
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
'(#: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
|
||||
(arguments '(#:tests? #f)) ;no 'check' target
|
||||
(home-page "http://www.portaudio.com/")
|
||||
(synopsis "Audio I/O library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue