mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python310Packages.cons: add format
- disable on unsupported Python releases
This commit is contained in:
parent
45ab954975
commit
3fd1391d45
@ -5,11 +5,15 @@
|
||||
, py
|
||||
, pytestCheckHook
|
||||
, pytest-html
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cons";
|
||||
version = "0.4.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pythological";
|
||||
|
Loading…
Reference in New Issue
Block a user