pythonPackages.pythonefl: does not install egg

With the egg, econnman does not find the modules efl and elementary
This commit is contained in:
José Romildo 2022-08-06 15:37:46 -03:00 committed by Jonathan Ringer
parent c7dcd543be
commit 9ba8b938a4

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
'';
installPhase = ''
${python.interpreter} setup.py install --prefix=$out
${python.interpreter} setup.py install --prefix=$out --single-version-externally-managed
'';
doCheck = false;