Merge pull request #270268 from SuperSandro2000/emote
emote: don't depend on dev outputs
This commit is contained in:
commit
153753d703
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue