mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
python2Packages.pyspice: disable python<3.6
This commit is contained in:
parent
98e8064735
commit
0cdf133289
@ -1,5 +1,6 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
, libngspice
|
||||
, numpy
|
||||
@ -15,6 +16,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "PySpice";
|
||||
version = "1.4.3";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user