Merge pull request #309518 from Naxdy/work/refactor-decklink-runpath

blackmagic-desktop-video: refactor runpath resolution
This commit is contained in:
Sandro 2024-05-07 23:44:38 +02:00 committed by GitHub
commit 3f4ac82c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,8 +93,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
# i know this is ugly, but it's the cleanest way i found to tell the DesktopVideoHelper where to find its own library
appendRunpaths = [ "$ORIGIN/../lib" ];
# need to tell the DesktopVideoHelper where to find its own library
appendRunpaths = [ "${placeholder "out"}/lib" ];
meta = with lib; {
homepage = "https://www.blackmagicdesign.com/support/family/capture-and-playback";