powertop: split man page into "man" output

This commit is contained in:
Profpatsch 2018-02-19 12:14:42 +01:00
parent 8b1cf100cd
commit 2a6c7aebcd

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa";
};
outputs = [ "out" "man" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gettext libnl ncurses pciutils zlib ];