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
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy3k
|
||||
, ipython
|
||||
, traitlets
|
||||
, glibcLocales
|
||||
|
@ -12,6 +13,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "jupyter_core";
|
||||
version = "4.7.1";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue