python.pkgs.backports_lzma: set to null conditionally

This commit is contained in:
Frederik Rietdijk
2018-01-24 14:18:19 +01:00
parent 21ae679db7
commit f4348cc5cb
@@ -4,9 +4,10 @@
, isPy3k , isPy3k
, lzma , lzma
, python , python
, pythonOlder
}: }:
buildPythonPackage rec { if !(pythonOlder "3.3") then null else buildPythonPackage rec {
pname = "backports.lzma"; pname = "backports.lzma";
version = "0.0.9"; version = "0.0.9";