guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vlc: Recover lost phase.


From: Marius Bakke
Subject: 02/02: gnu: vlc: Recover lost phase.
Date: Wed, 30 Aug 2017 21:10:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3e0c54bf4de0b5e9d77271613287457dbcd64103
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 31 02:59:52 2017 +0200

    gnu: vlc: Recover lost phase.
    
    This is a followup to eb1f2420d5d72bb5d178a744cffb4978c7446286.
    
    * gnu/packages/video.scm (vlc)[arguments]: Run the 
fix-livemedia-utils-prefix
    phase before configure.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 707623c..07e66d7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -835,7 +835,7 @@ audio/video codec library.")
 
        #:phases
        (modify-phases %standard-phases
-         (add-before 'bootstrap 'fix-livemedia-utils-prefix
+         (add-before 'configure 'fix-livemedia-utils-prefix
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((livemedia-utils (assoc-ref inputs "livemedia-utils")))
                (substitute* "configure.ac"



reply via email to

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