Wrap ROS Python scripts in bin/ as well

This commit is contained in:
hacker1024 2023-07-30 11:30:42 +10:00 committed by Ben Wolsieffer
parent 8f7ca8f00f
commit 54e1294c05

View file

@ -37,8 +37,6 @@ else stdenv.mkDerivation) (args // {
nativeBuildInputs = nativeBuildInputs ++ [ pythonPackages.setuptools ];
dontWrapPythonPrograms = true;
buildPhase = ''
runHook preBuild