gnu: mplayer: Return #t from all phases.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 Jun 2018 15:58:11 +0000 (17:58 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 Jun 2018 22:20:10 +0000 (00:20 +0200)
* gnu/packages/video.scm (mplayer)[arguments]: Substitute INVOKE for
SYSTEM*.

gnu/packages/video.scm

index 3ab1ed7..af45f0f 100644 (file)
@@ -1039,8 +1039,7 @@ treaming protocols.")
                 (("#! /bin/sh") (string-append "#!" (which "sh"))))
               (setenv "SHELL" (which "bash"))
               (setenv "CONFIG_SHELL" (which "bash"))
-              (zero? (system*
-                      "./configure"
+              (invoke "./configure"
                       (string-append "--extra-cflags=-I"
                                      libx11 "/include") ; to detect libx11
                       "--disable-ffmpeg_a" ; disables bundled ffmpeg
@@ -1062,7 +1061,7 @@ treaming protocols.")
                                     (or (%current-target-system)
                                         (nix-system->gnu-triplet
                                          (%current-system)))))))
-                      "--disable-iwmmxt"))))))))
+                      "--disable-iwmmxt")))))))
     (home-page "https://www.mplayerhq.hu/design7/news.html")
     (synopsis "Audio and video player")
     (description "MPlayer is a movie player.  It plays most MPEG/VOB, AVI,