pythonPackages.notebook: disable for python2

notebook>=6 no longer supports python2
This commit is contained in:
Jonathan Ringer 2019-10-17 08:30:58 -07:00 committed by Frederik Rietdijk
parent 3a9fb15046
commit 4b5e0831e1

View File

@ -26,6 +26,7 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.0.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;