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
|
let
|
||||||
pname = "rst2html5";
|
pname = "rst2html5";
|
||||||
version = "1.10.6";
|
version = "1.10.6";
|
||||||
in python3Packages.buildPythonPackage {
|
|
||||||
inherit pname version;
|
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
in python3Packages.buildPythonPackage {
|
||||||
|
inherit pname version format;
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version format;
|
||||||
sha256 = "sha256-jmToDFLQODqgTycBp2J8LyoJ1Zxho9w1VdhFMzvDFkg=";
|
sha256 = "sha256-jmToDFLQODqgTycBp2J8LyoJ1Zxho9w1VdhFMzvDFkg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user