mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
python-dicttoxml: add package
This commit is contained in:
parent
4ebc94db5b
commit
ee6406d234
@ -14716,4 +14716,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dicttoxml = buildPythonPackage rec {
|
||||||
|
name = "dicttoxml-1.6.4";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/d/dicttoxml/dicttoxml-1.6.4.tar.gz";
|
||||||
|
md5 = "154b47d2b7405280b871a81502a05657";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Summary";
|
||||||
|
homepage = https://github.com/quandyfactory/dicttoxml;
|
||||||
|
license = unknown;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}; in pythonPackages
|
}; in pythonPackages
|
||||||
|
Loading…
Reference in New Issue
Block a user