mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Update overrides.nix
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
This commit is contained in:
parent
48ce125440
commit
f7f2a685c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue