[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/38: gnu: portaudio: Return #t from phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
11/38: gnu: portaudio: Return #t from phases. |
Date: |
Mon, 25 Jun 2018 22:24:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d195e4eb744134e9a299f021f232c41f1219593c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 20:30:34 2018 +0200
gnu: portaudio: Return #t from phases.
* gnu/packages/audio.scm (portaudio)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/audio.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index fce4681..2245bd9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2723,7 +2723,7 @@ portions of LAME.")
(modify-phases %standard-phases
(add-after 'unpack 'autoreconf
(lambda _
- (zero? (system* "autoreconf" "-vif")))))
+ (invoke "autoreconf" "-vif"))))
#:tests? #f)) ;no 'check' target
(home-page "http://www.portaudio.com/")
(synopsis "Audio I/O library")
- 05/38: gnu: libetpan: Return #t from phases., (continued)
- 05/38: gnu: libetpan: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 02/38: gnu: dovecot-trees: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 09/38: gnu: libharu: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 10/38: gnu: rtmidi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 12/38: gnu: rsound: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 06/38: gnu: dovecot-libsodium-plugin: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 08/38: gnu: python-pypdf2: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 13/38: gnu: par2cmdline: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 01/38: gnu: dovecot-trees: Fix build with dovecot 2.3., Tobias Geerinckx-Rice, 2018/06/25
- 20/38: gnu: knot: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 11/38: gnu: portaudio: Return #t from phases.,
Tobias Geerinckx-Rice <=
- 22/38: gnu: yosys: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 26/38: gnu: node: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org., Tobias Geerinckx-Rice, 2018/06/25
- 18/38: gnu: dnscrypt-wrapper: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 07/38: gnu: sendmail: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 14/38: gnu: rsnapshot: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 16/38: gnu: obnam: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 15/38: gnu: borg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25