xdxf2slob: init at 2015-06-30
This commit is contained in:
parent
e3760e5ade
commit
d945046be9
22
pkgs/tools/misc/xdxf2slob/default.nix
Normal file
22
pkgs/tools/misc/xdxf2slob/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "xdxf2slob-unstable-2015-06-30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "itkach";
|
||||
repo = "xdxf2slob";
|
||||
rev = "6831b93c3db8c73200900fa4ddcb17350a677e1b";
|
||||
sha256 = "0m3dnc3816ja3kmik1wabb706dkqdf5sxvabwgf2rcrq891xcddd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python3Packages.PyICU python3Packages.slob ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool to convert XDXF dictionary files to slob format";
|
||||
homepage = https://github.com/itkach/xdxf2slob/;
|
||||
license = licenses.gpl3;
|
||||
maintainer = [ maintainers.rycee ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -4230,6 +4230,8 @@ in
|
||||
|
||||
xdummy = callPackage ../tools/misc/xdummy { };
|
||||
|
||||
xdxf2slob = callPackage ../tools/misc/xdxf2slob { };
|
||||
|
||||
xe-guest-utilities = callPackage ../tools/virtualization/xe-guest-utilities { };
|
||||
|
||||
xflux = callPackage ../tools/misc/xflux { };
|
||||
|
Loading…
Reference in New Issue
Block a user