pythonPackages.jupyter_core: Mark as disabled
This commit is contained in:
parent
12e7af1cfb
commit
e3d7328926
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy3k
|
||||||
, ipython
|
, ipython
|
||||||
, traitlets
|
, traitlets
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
|
@ -12,6 +13,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyter_core";
|
pname = "jupyter_core";
|
||||||
version = "4.7.1";
|
version = "4.7.1";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
Loading…
Reference in a new issue