python3Packages.dbus-python: add missing egg-info

This commit is contained in:
Nick Cao 2022-08-01 23:35:41 +08:00
parent 7f269ba85a
commit c99ff464e0
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -35,6 +35,10 @@ buildPythonPackage rec {
doCheck = isPy3k;
checkInputs = [ dbus.out pygobject3 ];
postInstall = ''
cp -r dbus_python.egg-info $out/${python.sitePackages}/
'';
meta = with lib; {
description = "Python DBus bindings";
license = licenses.mit;