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
+1 -1
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";
'';