Commit 94c402f6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by github-actions[bot]
Browse files

python311Packages.openrazer: fix indentation

(cherry picked from commit 0d8fe4b4)
parent 19f0660e
Loading
Loading
Loading
Loading
+40 −43
Original line number Diff line number Diff line
@@ -18,9 +18,7 @@
let
  common = import ./common.nix { inherit lib fetchFromGitHub; };
in
buildPythonPackage (
  common
  // {
buildPythonPackage (common // {
  pname = "openrazer-daemon";

  outputs = [
@@ -59,5 +57,4 @@ buildPythonPackage (
    description = "An entirely open source user-space daemon that allows you to manage your Razer peripherals on GNU/Linux";
    mainProgram = "openrazer-daemon";
  };
  }
)
})