blackmagic-desktop-video: refactor runpath resolution

Naxdy d182f6e1 8f650600

+2 -2
+2 -2
pkgs/tools/video/blackmagic-desktop-video/default.nix
··· 93 93 runHook postInstall 94 94 ''; 95 95 96 - # i know this is ugly, but it's the cleanest way i found to tell the DesktopVideoHelper where to find its own library 97 - appendRunpaths = [ "$ORIGIN/../lib" ]; 96 + # need to tell the DesktopVideoHelper where to find its own library 97 + appendRunpaths = [ "${placeholder "out"}/lib" ]; 98 98 99 99 meta = with lib; { 100 100 homepage = "https://www.blackmagicdesign.com/support/family/capture-and-playback";