python3Packages.dbus-python: add missing egg-info
This commit is contained in:
parent
7f269ba85a
commit
c99ff464e0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue