Copying the wrong python file...ugh
This commit is contained in:
parent
12846d890a
commit
b7dbe33d4b
|
@ -8,7 +8,7 @@ let
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp $src/detector.py $out/detector.py
|
cp $src/detector.py $out/detector.py
|
||||||
cp $src/yolo-cli.py $out/objectifier.py
|
cp $src/objectifier.py $out/objectifier.py
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue