emote: don't depend on dev outputs

This commit is contained in:
Sandro Jäckel 2023-09-01 13:28:11 +02:00
parent 6dd2f029a7
commit 3de1cb1fc8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -29,9 +29,9 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
dbus-python
dbus-python.out # don't propagate dev output
manimpango
pygobject3 # not listed in setup.py
pygobject3.out # not listed in setup.py, don't propagate dev output
setproctitle
];