Unverified Commit 95ece6cd authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

arandr: make xrandr a propagated build input (#476233)

parents 1e329c89 0b5e7f23
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 ];