mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
rst2html5: refactor
This commit is contained in:
parent
cc3f01efc1
commit
c0d4e83369
@ -13,11 +13,11 @@ python3.pkgs.buildPythonPackage rec {
|
||||
hash = "sha256-MJmYyF+rAo8vywGizNyIbbCvxDmCYueVoC6pxNDzKuk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dependencies = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
docutils
|
||||
genshi
|
||||
|
Loading…
Reference in New Issue
Block a user