Unverified Commit 58408863 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

waypaper: added socat runtime dependency (#462672)

parents c1f7309a 643a0e97
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  gobject-introspection,
  wrapGAppsHook3,
  killall,
  socat,
}:

python3Packages.buildPythonApplication rec {
@@ -35,7 +36,10 @@ python3Packages.buildPythonApplication rec {
    screeninfo
  ];

  propagatedBuildInputs = [ killall ];
  propagatedBuildInputs = [
    killall
    socat
  ];

  # has no tests
  doCheck = false;