1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-20 06:08:39 +03:00

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; dontUseCmakeConfigure = true;
# Modelled after colcon: # 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"; format = "other";
nativeBuildInputs = nativeBuildInputs ++ [ pythonPackages.setuptools ]; nativeBuildInputs = nativeBuildInputs ++ [ pythonPackages.setuptools ];