python.pkgs.notebook: fix build

wip/yesman
Frederik Rietdijk 6 years ago
parent 07753e8875
commit 617806e913
  1. 6
      pkgs/development/python-modules/notebook/default.nix

@ -46,6 +46,12 @@ buildPythonPackage rec {
echo "" > setup.cfg
'';
postPatch = ''
# Remove selenium tests
rm -rf notebook/tests/selenium
'';
checkPhase = ''
runHook preCheck
mkdir tmp

Loading…
Cancel
Save