mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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!
|
||||
pythonefl = buildPythonPackage rec {
|
||||
name = "python-efl-${version}";
|
||||
version = "1.17.0";
|
||||
version = "1.18.0";
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
|
||||
sha256 = "0yciffcgmyfmy95gidg9jhczv96jyi38zcdj0q19fjmx704zx84y";
|
||||
sha256 = "0p92xsw7sh7965mb097lxy98va5xsrkxdqqaq11fhkpwqccy2l8p";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
@ -26741,7 +26741,7 @@ in modules // {
|
|||
preBuild = "${python}/bin/${python.executable} setup.py build_ext";
|
||||
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;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue