Unverified Commit 0b5e7f23 authored by Arnout Engelen's avatar Arnout Engelen
Browse files

arandr: make xrandr a propagated build input

as it's required for the application to function at run time
parent c0b0e0fd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39,10 +39,13 @@ buildPythonApplication rec {
    wrapGAppsHook3
  ];

  propagatedBuildInputs = [
    xrandr
  ];

  buildInputs = [
    gsettings-desktop-schemas
    gtk3
    xrandr
  ];

  build-system = [ setuptools ];