pythonPackages.notebook: disable for python2

notebook>=6 no longer supports python2
wip/yesman
Jonathan Ringer 5 years ago committed by Frederik Rietdijk
parent 3a9fb15046
commit 4b5e0831e1
  1. 1
      pkgs/development/python-modules/notebook/default.nix

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

Loading…
Cancel
Save