1
0
Fork 0
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:
Ben Wolsieffer 2021-11-27 00:44:58 -05:00
parent 97f32cb631
commit 3f30908bc1

View file

@ -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";