Merge pull request #18653 from lsix/fix_pythonpackages_mathics

pythonPackages.mathics: Fix install
This commit is contained in:
Domen Kožar
2016-09-16 11:04:47 +02:00
committed by GitHub

View File

@@ -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