pythonPackages.pythonefl: does not install egg
With the egg, econnman does not find the modules efl and elementary
This commit is contained in:
parent
c7dcd543be
commit
9ba8b938a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user