7 stdenv.mkDerivation rec {
12 url = "http://files.itstool.org/${pname}/${pname}-${version}.tar.bz2";
13 hash = "sha256-a5p80poSu5VZj1dQ6HY87niDahogf4W3TYsydbJ+h8o=";
20 python3.pkgs.wrapPython
37 homepage = "https://itstool.org/";
38 description = "XML to PO and back again";
39 mainProgram = "itstool";
40 license = lib.licenses.gpl3Plus;
41 platforms = lib.platforms.all;