python.pkgs.backports_lzma: set to null conditionally

This commit is contained in:
Frederik Rietdijk 2018-01-24 14:13:22 +01:00
parent 21ae679db7
commit f4348cc5cb

View File

@ -4,9 +4,10 @@
, isPy3k
, lzma
, python
, pythonOlder
}:
buildPythonPackage rec {
if !(pythonOlder "3.3") then null else buildPythonPackage rec {
pname = "backports.lzma";
version = "0.0.9";