enlightenment.econnman: migrate to python3
This commit is contained in:
parent
58d1eb1a6c
commit
5efa6f0c91
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, efl, python2Packages, dbus, makeWrapper }:
|
{ stdenv, fetchurl, pkgconfig, efl, python3Packages, dbus, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "econnman";
|
pname = "econnman";
|
||||||
@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "057pwwavlvrrq26bncqnfrf449zzaim0zq717xv86av4n940gwv0";
|
sha256 = "057pwwavlvrrq26bncqnfrf449zzaim0zq717xv86av4n940gwv0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig python2Packages.wrapPython ];
|
nativeBuildInputs = [ makeWrapper pkgconfig python3Packages.wrapPython ];
|
||||||
|
|
||||||
buildInputs = [ efl python2Packages.python dbus ];
|
buildInputs = [ efl python3Packages.python dbus ];
|
||||||
|
|
||||||
pythonPath = [ python2Packages.pythonefl python2Packages.dbus-python ];
|
pythonPath = [ python3Packages.pythonefl python3Packages.dbus-python ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapPythonPrograms
|
wrapPythonPrograms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user