python mathics: patch to allow current sympy
This commit is contained in:
parent
81b0f551c7
commit
3b93952297
|
@ -10019,6 +10019,10 @@ in modules // {
|
|||
|
||||
buildInputs = with self; [ pexpect ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace setup.py --replace "sympy==0.7.6" "sympy"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
argparse
|
||||
cython
|
||||
|
|
Loading…
Reference in New Issue