about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-29 12:01:23 +0000
committerGitHub <noreply@github.com>2023-11-29 12:01:23 +0000
commite019e7cdb1806ef1a27394d3fffda700860321cd (patch)
tree01ea880f8bddce234578408f82f1846c7889bae9 /pkgs/tools/inputmethods
parente2e339af901485e2f147e1761ac0bfa762a8b9c1 (diff)
parentd6199b375eaac842cad500094802bebae2fefafb (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/emote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/emote/default.nix b/pkgs/tools/inputmethods/emote/default.nix
index 15e9a49685354..8e3d7227d1bd9 100644
--- a/pkgs/tools/inputmethods/emote/default.nix
+++ b/pkgs/tools/inputmethods/emote/default.nix
@@ -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
   ];