python3Packages.breathe: enable with python3

The tests don't work (not sure why), but sphinx seems to work OK.
This commit is contained in:
Vladimír Čunát 2017-08-17 14:22:25 +02:00
parent 6502f59ae0
commit b5af77004a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ docutils six sphinx ];
disabled = isPy3k;
doCheck = !isPy3k;
meta = {
homepage = https://github.com/michaeljones/breathe;