diff options
Diffstat (limited to 'gnu')
| -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 ecfc24bd9b7..ea8fd5ae8cc 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")) |
