mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03:00
python2Packages.venusian: disable python2
This commit is contained in:
parent
6e18a2f743
commit
70e2f0805f
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pytest
|
||||
, pytestcov
|
||||
}:
|
||||
@ -8,6 +9,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "venusian";
|
||||
version = "3.0.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user