mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #18653 from lsix/fix_pythonpackages_mathics
pythonPackages.mathics: Fix install
This commit is contained in:
commit
ee1b4598aa
@ -13164,6 +13164,11 @@ in modules // {
|
||||
substituteInPlace setup.py --replace "sympy==0.7.6" "sympy"
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn $out/bin $out
|
||||
patchPythonScript $out/${python.sitePackages}/mathics/manage.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
cython
|
||||
sympy
|
||||
|
Loading…
Reference in New Issue
Block a user