pythonPackages.mathics: Fix install
This fixes the broken test nixos/tests/mathics.nix
This commit is contained in:
parent
00b7c5c5c2
commit
9d83af68d8
@ -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