mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
python cairosvg: init at 1.0.18
This commit is contained in:
parent
51724c5b7d
commit
5aba0536c7
@ -1888,6 +1888,25 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
cairosvg = buildPythonPackage rec {
|
||||||
|
version = "1.0.18";
|
||||||
|
name = "cairosvg-${version}";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "http://pypi.python.org/packages/source/C/CairoSVG/CairoSVG-${version}.tar.gz";
|
||||||
|
sha256 = "01lpm38qp7xlnv8jv7qg48j44p5088dwfsrcllgs5fz355lrfds1";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ cairocffi ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = https://cairosvg.org;
|
||||||
|
license = licenses.lgpl3;
|
||||||
|
description = "SVG converter based on Cairo";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
carrot = buildPythonPackage rec {
|
carrot = buildPythonPackage rec {
|
||||||
name = "carrot-0.10.7";
|
name = "carrot-0.10.7";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user