pythonPackages.notebook: disable for python2
notebook>=6 no longer supports python2
This commit is contained in:
parent
3a9fb15046
commit
4b5e0831e1
@ -26,6 +26,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "notebook";
|
||||
version = "6.0.1";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user