diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix index f353067094b0..02c2851177a7 100644 --- a/pkgs/os-specific/linux/powertop/default.nix +++ b/pkgs/os-specific/linux/powertop/default.nix @@ -1,5 +1,18 @@ -{ lib, stdenv, fetchFromGitHub, gettext, libnl, ncurses, pciutils -, pkg-config, zlib, autoreconfHook, autoconf-archive, nix-update-script, testers, powertop }: +{ lib +, stdenv +, fetchFromGitHub +, gettext +, libnl +, ncurses +, pciutils +, pkg-config +, zlib +, autoreconfHook +, autoconf-archive +, nix-update-script +, testers +, powertop +}: stdenv.mkDerivation rec { pname = "powertop";