pythonPackages.jupyter_core: Mark as disabled

This commit is contained in:
Silvan Mosberger 2021-06-07 20:09:06 +02:00 committed by Jonathan Ringer
parent 12e7af1cfb
commit e3d7328926

View file

@ -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;