Commit 5bc3ce77 authored by ruffsl's avatar ruffsl
Browse files

add upower to build and nativeBuild inputs for solaar

parent 258d0323
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  gdk-pixbuf,
  libappindicator,
  librsvg,
  upower,
  udevCheckHook,
  acl,
}:
@@ -42,6 +43,7 @@ python3Packages.buildPythonApplication rec {
  buildInputs = [
    libappindicator
    librsvg
    upower
  ];

  propagatedBuildInputs = with python3Packages; [