buildRosPackage: Link to specific colcon tag and line number in comment

This commit is contained in:
hacker1024 2023-09-02 19:31:21 +10:00 committed by Ben Wolsieffer
parent 4277fa4a53
commit 3a9cdf0cb3

View file

@ -32,7 +32,7 @@ else stdenv.mkDerivation) (args // {
dontUseCmakeConfigure = true;
# Modelled after colcon:
# https://github.com/colcon/colcon-core/blob/master/colcon_core/task/python/build.py
# https://github.com/colcon/colcon-core/blob/0.12.1/colcon_core/task/python/build.py#L84
format = "other";
nativeBuildInputs = nativeBuildInputs ++ [ pythonPackages.setuptools ];