mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #270268 from SuperSandro2000/emote
emote: don't depend on dev outputs
This commit is contained in:
commit
153753d703
@ -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 New Issue
Block a user