mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
add jupyter-core override
This commit is contained in:
parent
ff1dd5646e
commit
a91037ca0a
1 changed files with 9 additions and 0 deletions
|
@ -55,6 +55,15 @@
|
|||
];
|
||||
}
|
||||
);
|
||||
|
||||
jupyter-core = super.jupyter-core.overridePythonAttrs (
|
||||
old: {
|
||||
postInstall = old.postInstall + ''
|
||||
rm $out/lib/python*/site-packages/__pycache__/jupyter.cpython-39.pyc
|
||||
rm $out/lib/python*/site-packages/jupyter.py
|
||||
'';
|
||||
}
|
||||
);
|
||||
});
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue