Merge pull request #309518 from Naxdy/work/refactor-decklink-runpath
blackmagic-desktop-video: refactor runpath resolution
This commit is contained in:
commit
3f4ac82c58
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue