Skip to content

Commit

Permalink
pythonPackages.lz4: init at 0.8.2
Browse files Browse the repository at this point in the history
Needed for xpra (better compression => better performance).

(cherry picked from commit d71ef00)
  • Loading branch information
bjornfor committed Jun 30, 2016
1 parent 00e58f6 commit 37134a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14306,6 +14306,24 @@ in modules // {
};


lz4 = buildPythonPackage rec {
name = "lz4-0.8.2";

src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/b5/f0/e1de2bb7feb54011f3c4dcf35b7cca3536e19526764db051b50ea26b58e7/lz4-0.8.2.tar.gz";
sha256 = "1irad4sq4hdr30fr53smvv3zzk4rddcf9b4jx19w8s9xsxhr1x3b";
};

buildInputs= with self; [ nose ];

meta = with stdenv.lib; {
description = "Compression library";
homepage = https://github.com/python-lz4/python-lz4;
license = licenses.bsd3;
};
};


oslo-concurrency = buildPythonPackage rec {
name = "oslo-concurrency-${version}";
version = "2.7.0";
Expand Down

0 comments on commit 37134a4

Please sign in to comment.