From 3e0c54bf4de0b5e9d77271613287457dbcd64103 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 31 Aug 2017 02:59:52 +0200 Subject: [PATCH] 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 707623c5e4..07e66d7ecc 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"