mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.breathe: enable with python3
The tests don't work (not sure why), but sphinx seems to work OK.
This commit is contained in:
parent
6502f59ae0
commit
b5af77004a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ docutils six sphinx ];
|
||||
|
||||
disabled = isPy3k;
|
||||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/michaeljones/breathe;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue