pythonPackages.breathe: python2 no longer supported

This commit is contained in:
Jonathan Ringer 2019-12-22 15:32:29 -08:00 committed by Frederik Rietdijk
parent eafae36fa7
commit 2efeffb97b

View File

@ -1,8 +1,9 @@
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }:
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }:
buildPythonPackage rec {
version = "4.14.0";
pname = "breathe";
disabled = isPy27;
src = fetchPypi {
inherit pname version;