python.pkgs.backport_functools_lru_cache: set to null conditionally
This commit is contained in:
parent
769342b37b
commit
a6bb22853a
@ -2,9 +2,10 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
if !(pythonOlder "3.3") then null else buildPythonPackage rec {
|
||||||
pname = "backports.functools_lru_cache";
|
pname = "backports.functools_lru_cache";
|
||||||
version = "1.4";
|
version = "1.4";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user