mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
python3Packages.colcon-notification: disable with Python 2
This commit is contained in:
parent
97f32cb631
commit
3f30908bc1
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ buildPythonPackage rec {
|
|||
|
||||
doCheck = false;
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An extension for colcon-core to provide status notifications.";
|
||||
homepage = "https://colcon.readthedocs.io";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue