python3Packages.breathe: enable with python3
The tests don't work (not sure why), but sphinx seems to work OK.
This commit is contained in:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ docutils six sphinx ];
|
||||
|
||||
disabled = isPy3k;
|
||||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/michaeljones/breathe;
|
||||
|
||||
Reference in New Issue
Block a user