mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mlt: Do not override LDFLAGS.
* gnu/packages/video.scm (mlt)[arguments]<#:phases>: Remove obsolete 'override-LDFLAGS phase. Change-Id: Ib34138ab85dab20897d06f08697e99358954050f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
58f091240f
commit
366dc2a50c
@@ -3900,10 +3900,6 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
||||
#:tests? #f ;requires "Kwalify"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'override-LDFLAGS
|
||||
(lambda _
|
||||
(setenv "LDFLAGS"
|
||||
(string-append "-Wl,-rpath=" #$output "/lib"))))
|
||||
(add-after 'install 'wrap-executable
|
||||
(lambda _
|
||||
(let* ((frei0r #$(this-package-input "frei0r-plugins"))
|
||||
|
||||
Reference in New Issue
Block a user