diff options
| author | José Romildo <malaquias@gmail.com> | 2022-08-06 15:37:46 -0300 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-08-09 17:41:36 -0700 |
| commit | 9ba8b938a46fa4abbc8952d7e32c5621c5a41677 (patch) | |
| tree | 0acd3355ac233dd60fda5ffc776d5698fdfddb01 | |
| parent | gcovr: 5.1 -> 5.2 (diff) | |
| download | nixpkgs-9ba8b938a46fa4abbc8952d7e32c5621c5a41677.tar.gz | |
pythonPackages.pythonefl: does not install egg
With the egg, econnman does not find the modules efl and elementary
| -rw-r--r-- | pkgs/development/python-modules/python-efl/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-efl/default.nix b/pkgs/development/python-modules/python-efl/default.nix index 01ce4bc1260c..beca9b848944 100644 --- a/pkgs/development/python-modules/python-efl/default.nix +++ b/pkgs/development/python-modules/python-efl/default.nix @@ -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; |
