python-efl: 1.17.0 -> 1.18.0
This commit is contained in:
parent
198b0b5e4a
commit
b3974f9914
@ -26729,10 +26729,10 @@ in modules // {
|
|||||||
# Should be bumped along with EFL!
|
# Should be bumped along with EFL!
|
||||||
pythonefl = buildPythonPackage rec {
|
pythonefl = buildPythonPackage rec {
|
||||||
name = "python-efl-${version}";
|
name = "python-efl-${version}";
|
||||||
version = "1.17.0";
|
version = "1.18.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
|
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
|
||||||
sha256 = "0yciffcgmyfmy95gidg9jhczv96jyi38zcdj0q19fjmx704zx84y";
|
sha256 = "0p92xsw7sh7965mb097lxy98va5xsrkxdqqaq11fhkpwqccy2l8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -26741,7 +26741,7 @@ in modules // {
|
|||||||
preBuild = "${python}/bin/${python.executable} setup.py build_ext";
|
preBuild = "${python}/bin/${python.executable} setup.py build_ext";
|
||||||
installPhase= "${python}/bin/${python.executable} setup.py install --prefix=$out";
|
installPhase= "${python}/bin/${python.executable} setup.py install --prefix=$out";
|
||||||
|
|
||||||
buildInputs = with self; [ pkgs.pkgconfig pkgs.enlightenment.efl pkgs.enlightenment.elementary ];
|
buildInputs = with self; [ pkgs.pkgconfig pkgs.enlightenment.efl ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user