pythonPackages.mathics: Fix install

This fixes the broken test nixos/tests/mathics.nix
This commit is contained in:
Lancelot SIX 2016-09-16 10:39:31 +02:00
parent 00b7c5c5c2
commit 9d83af68d8
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

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