Unverified Commit 153753d7 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #270268 from SuperSandro2000/emote

emote: don't depend on dev outputs
parents a557bce7 3de1cb1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];