[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: denemo: Use INVOKE.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/08: gnu: denemo: Use INVOKE. |
Date: |
Thu, 23 Aug 2018 21:16:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f6181921e535ec10bbb072eed7f8f58b63041e79
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Aug 24 01:08:40 2018 +0200
gnu: denemo: Use INVOKE.
* gnu/packages/music.scm (denemo)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 45fa15c..2b6b736 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -384,7 +384,7 @@ many input formats and provides a customisable Vi-style
user interface.")
;; Denemo's documentation says to use this command to run its
;; testsuite.
(lambda _
- (zero? (system* "make" "-C" "tests" "check"))))
+ (invoke "make" "-C" "tests" "check")))
(add-before 'build 'set-lilypond
;; This phase sets the default path for lilypond to its current
;; location in the store.
@@ -411,7 +411,7 @@ many input formats and provides a customisable Vi-style
user interface.")
"Clarinet in Bb.denemo"))
#t)))))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for gtester
+ `(("glib:bin" ,glib "bin") ; for gtester
("pkg-config" ,pkg-config)))
(inputs
`(("alsa-lib" ,alsa-lib)
- branch master updated (0b4e5f7 -> a7b14a1), Tobias Geerinckx-Rice, 2018/08/23
- 04/08: gnu: tuxguitar: Update to 1.5.2., Tobias Geerinckx-Rice, 2018/08/23
- 05/08: gnu: guile-lib: Update to 0.2.6.1., Tobias Geerinckx-Rice, 2018/08/23
- 08/08: gnu: capstone: Update to 3.0.5., Tobias Geerinckx-Rice, 2018/08/23
- 02/08: gnu: denemo: Use INVOKE.,
Tobias Geerinckx-Rice <=
- 06/08: gnu: r-synchronicity: Update to 1.3.5., Tobias Geerinckx-Rice, 2018/08/23
- 01/08: gnu: ncmpc: Update to 0.29., Tobias Geerinckx-Rice, 2018/08/23
- 03/08: gnu: libgig: Update to 4.1.0., Tobias Geerinckx-Rice, 2018/08/23
- 07/08: gnu: r-trimcluster: Update to 0.1-2.1., Tobias Geerinckx-Rice, 2018/08/23