mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #114536 from bobrik/ivan/rst2html5-wheel
rst2html5: fix download now that it is a wheel
This commit is contained in:
commit
49c5be4840
@ -3,12 +3,12 @@
|
||||
let
|
||||
pname = "rst2html5";
|
||||
version = "1.10.6";
|
||||
in python3Packages.buildPythonPackage {
|
||||
inherit pname version;
|
||||
format = "wheel";
|
||||
in python3Packages.buildPythonPackage {
|
||||
inherit pname version format;
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
inherit pname version format;
|
||||
sha256 = "sha256-jmToDFLQODqgTycBp2J8LyoJ1Zxho9w1VdhFMzvDFkg=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user