mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #230365 from carlthome/enable-nikola-on-macos
python3Packages.nikola: enable on darwin
This commit is contained in:
commit
3c412b7d25
@ -115,7 +115,5 @@ buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/getnikola/nikola/blob/v${version}/CHANGES.txt";
|
changelog = "https://github.com/getnikola/nikola/blob/v${version}/CHANGES.txt";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
# All tests fail
|
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user