Merge pull request #237249 from benaryorg/ndi_unpackphase_derivation

ndi: unpackPhase without interpolation of src
This commit is contained in:
Nick Cao 2023-06-11 20:21:31 -06:00 committed by GitHub
commit a42b6840e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
buildInputs = [ avahi ];
unpackPhase = ''
unpackFile ${src}
unpackFile $src
echo y | ./${installerName}.sh
sourceRoot="NDI SDK for Linux";
'';