python.pkgs.spyder: fix setup.py patch

This commit is contained in:
Jörg Thalheim 2018-05-25 01:02:05 +01:00
parent 5432e4d0ad
commit f7650ebd5f

View File

@ -19,7 +19,7 @@ buildPythonApplication rec {
# Somehow setuptools can't find pyqt5. Maybe because the dist-info folder is missing?
postPatch = ''
substituteInPlace setup.py --replace 'pyqt5;python_version>="3"' ' '
sed -i -e '/pyqt5/d' setup.py
'';
propagatedBuildInputs = [