Update overrides.nix

Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
This commit is contained in:
Valentin Boettcher 2021-12-21 15:20:31 +01:00 committed by GitHub
parent 48ce125440
commit f7f2a685c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -652,7 +652,7 @@ self: super:
old: {
postInstall = ''
rm -f $out/lib/python*/site-packages/__pycache__/jupyter.cpython-39.pyc
rm -f $out/lib/python*/site-packages/jupyter.py
rm -f $out/${self.sitePackages}/jupyter.py
'';
}
);