[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: handbrake: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/17: gnu: handbrake: Return #t from all phases. |
Date: |
Thu, 21 Jun 2018 18:20:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit da6f345c7104dfd39911ec9f27b19107ae63ef32
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 21 18:41:45 2018 +0200
gnu: handbrake: Return #t from all phases.
* gnu/packages/video.scm (handbrake)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/video.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 68c5d8e..d76ab88 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2363,7 +2363,7 @@ supported players in addition to this package.")
;; Patch the Makefile so that it doesn't bootstrap again.
(substitute* "gtk/module.rules"
((".*autogen\\.sh.*") ""))
- (zero? (system* "sh" "./gtk/autogen.sh"))))
+ (invoke "sh" "./gtk/autogen.sh")))
(add-before 'configure 'disable-contrib
(lambda _
(substitute* "make/include/main.defs"
@@ -2385,9 +2385,9 @@ supported players in addition to this package.")
;; errors on unrecognized arguments,
;; e.g. --enable-fast-install
(let ((out (assoc-ref outputs "out")))
- (zero? (apply system* "./configure"
- (string-append "--prefix=" out)
- (or configure-flags '()))))))
+ (apply invoke "./configure"
+ (string-append "--prefix=" out)
+ (or configure-flags '())))))
(add-after 'configure 'chdir-build
(lambda _ (chdir "./build") #t)))))
(home-page "https://handbrake.fr")
- branch master updated (68a5877 -> df23cac), Tobias Geerinckx-Rice, 2018/06/21
- 01/17: gnu: frei0r-plugins: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 03/17: gnu: mediainfo: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 04/17: gnu: libmediainfo: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 02/17: gnu: livemedia-utils: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 06/17: gnu: libsmpeg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 05/17: gnu: handbrake: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 09/17: gnu: libsemanage: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 07/17: gnu: vapoursynth: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 11/17: gnu: neofetch: Tweak synopsis & description., Tobias Geerinckx-Rice, 2018/06/21
- 12/17: gnu: vpnc-scripts: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 14/17: gnu: zile-on-guile: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 15/17: gnu: dwm: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 16/17: gnu: nyx: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 17/17: gnu: nyx: Update home page., Tobias Geerinckx-Rice, 2018/06/21
- 08/17: gnu: mplayer: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/21
- 10/17: gnu: hplip: Tweak synopsis & description., Tobias Geerinckx-Rice, 2018/06/21