mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: vlc: Recover lost phase.
This is a followup to eb1f2420d5
.
* gnu/packages/video.scm (vlc)[arguments]: Run the fix-livemedia-utils-prefix
phase before configure.
This commit is contained in:
parent
4f68156140
commit
3e0c54bf4d
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ (define-public vlc
|
|||
|
||||
#: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"
|
||||
|
|
Loading…
Reference in a new issue