Skip to content

Commit

Permalink
kaitaistruct: init at 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj authored and dezgeg committed Mar 4, 2017
1 parent c184d2e commit 9b6164f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17395,6 +17395,22 @@ in {
};
};

kaitaistruct = buildPythonPackage rec {
name = "kaitaistruct-${version}";
version = "0.6";

src = pkgs.fetchurl {
url = "mirror://pypi/k/kaitaistruct/${name}.tar.gz";
sha256 = "0rwcrlz7f2bwmypqa38pag492bp71wp1bhz51hsaynjjyr9knr12";
};

meta = with stdenv.lib; {
description = "Kaitai Struct: runtime library for Python";
homepage = "https://github.com/kaitai-io/kaitai_struct_python_runtime";
license = licenses.mit;
};
};

Kajiki = buildPythonPackage rec {
name = "Kajiki-${version}";
version = "0.5.5";
Expand Down

0 comments on commit 9b6164f

Please sign in to comment.