python310Packages.icnsutil: disable on unsupported Python releases
- add format
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
, python
|
||||
, fetchFromGitHub
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "icnsutil";
|
||||
version = "1.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "relikd";
|
||||
|
||||
Reference in New Issue
Block a user