diff options
author | Vinicius Monego <monego@posteo.net> | 2025-03-29 02:11:36 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-01 08:40:29 +0200 |
commit | 366dc2a50c6e5d96558fceb962c71fc297a70707 (patch) | |
tree | 4e31b9d6f6d8a89d1cf1e018ace285a0c9be8176 | |
parent | 58f091240f0b54887b29db6994193ab1ed986514 (diff) | |
download | guix-366dc2a50c6e5d96558fceb962c71fc297a70707.tar.gz guix-366dc2a50c6e5d96558fceb962c71fc297a70707.zip |
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>
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ecfc24bd9b..ea8fd5ae8c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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")) |