guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mpv: Disable build date.


From: Efraim Flashner
Subject: 01/02: gnu: mpv: Disable build date.
Date: Thu, 9 Feb 2017 06:05:32 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 98c8b963f410ed4833e593f056249483157f5a4f
Author: Efraim Flashner <address@hidden>
Date:   Thu Feb 9 12:15:05 2017 +0200

    gnu: mpv: Disable build date.
    
    * gnu/packages/video.scm (mpv)[arguments]: Add '--disable-build-date' to
    the configure-flags.
---
 gnu/packages/video.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d72041c..d6c62c7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -891,7 +891,9 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
           (lambda* (#:key inputs #:allow-other-keys)
             (copy-file (assoc-ref inputs "waf") "waf")
             (setenv "CC" "gcc"))))
-       #:configure-flags (list "--enable-libmpv-shared" "--enable-zsh-comp")
+       #:configure-flags (list "--enable-libmpv-shared"
+                               "--enable-zsh-comp"
+                               "--disable-build-date")
        ;; No check function defined.
        #:tests? #f))
     (home-page "https://mpv.io/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]