Skip to content

Commit

Permalink
python2Packages.pyspice: disable python<3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 5, 2020
1 parent 98e8064 commit 0cdf133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pyspice/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, buildPythonPackage
, pythonOlder
, fetchPypi
, libngspice
, numpy
Expand All @@ -15,6 +16,7 @@
buildPythonPackage rec {
pname = "PySpice";
version = "1.4.3";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 0cdf133

Please sign in to comment.