python310Packages.Nikola: Disable Python older 3.7
This commit is contained in:
parent
64164a5b38
commit
36b8fc61cd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "Nikola";
|
||||
version = "8.2.3";
|
||||
disabled = pythonOlder "3.5";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue