2021-01-25 00:26:54 -08:00
|
|
|
{ lib, fetchFromGitHub, python3Packages }:
|
2016-09-25 12:41:23 -07:00
|
|
|
|
2019-08-13 14:52:01 -07:00
|
|
|
python3Packages.buildPythonApplication {
|
2016-09-25 12:41:23 -07:00
|
|
|
name = "xdxf2slob-unstable-2015-06-30";
|
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "itkach";
|
|
|
|
repo = "xdxf2slob";
|
|
|
|
rev = "6831b93c3db8c73200900fa4ddcb17350a677e1b";
|
|
|
|
sha256 = "0m3dnc3816ja3kmik1wabb706dkqdf5sxvabwgf2rcrq891xcddd";
|
|
|
|
};
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ python3Packages.PyICU python3Packages.slob ];
|
|
|
|
|
2021-01-10 23:54:33 -08:00
|
|
|
meta = with lib; {
|
2016-09-25 12:41:23 -07:00
|
|
|
description = "Tool to convert XDXF dictionary files to slob format";
|
2020-03-31 18:11:51 -07:00
|
|
|
homepage = "https://github.com/itkach/xdxf2slob/";
|
2016-09-25 12:41:23 -07:00
|
|
|
license = licenses.gpl3;
|
|
|
|
platforms = platforms.all;
|
|
|
|
};
|
|
|
|
}
|