mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
buildRosPackage: Link to specific colcon tag and line number in comment
This commit is contained in:
parent
4277fa4a53
commit
3a9cdf0cb3
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue