python.pkgs.backports_lzma: set to null conditionally
This commit is contained in:
parent
21ae679db7
commit
f4348cc5cb
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user