pythonPackages.jupyter_core: Mark as disabled

master
Silvan Mosberger 2021-06-07 20:09:06 +02:00 committed by Jonathan Ringer
parent 12e7af1cfb
commit e3d7328926
1 changed files with 2 additions and 0 deletions

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;