diff options
author | Vinicius Monego <[email protected]> | 2025-02-15 17:18:02 -0300 |
---|---|---|
committer | Vinicius Monego <[email protected]> | 2025-02-15 21:48:42 -0300 |
commit | 0a88724af6d0bb2dacfb9b69078b998af1b65917 (patch) | |
tree | 6ed71e8bcff362d054a107f731c2592e97b2a024 | |
parent | 61e60f048dd292bcc9de3e588b0dae931469939a (diff) |
gnu: darktable: Delete old phase.
* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Delete the
'set-LDFLAGS phase.
Change-Id: Ie6178e75ef6571b5165549615e3fd99262f8d2de
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index c98d50e496..c1a22855dc 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -559,10 +559,6 @@ photographic equipment.") (string-append "\"" (search-input-file inputs "/lib/libOpenCL.so") "\""))))) - (add-before 'configure 'set-LDFLAGS - (lambda _ - (setenv "LDFLAGS" - (string-append "-Wl,-rpath=" #$output "/lib/darktable")))) (add-after 'install 'wrap-program (lambda _ (wrap-program (string-append #$output "/bin/darktable") |