pythonPackages.pythonefl: add update script
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, dbus-python
|
||||
, packaging
|
||||
, enlightenment
|
||||
, directoryListingUpdater
|
||||
}:
|
||||
|
||||
# Should be bumped along with EFL!
|
||||
@@ -39,6 +40,8 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = directoryListingUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for Enlightenment Foundation Libraries";
|
||||
homepage = "https://github.com/DaveMDS/python-efl";
|
||||
|
||||
Reference in New Issue
Block a user