xosview: split man output

This commit is contained in:
Anderson Torres 2023-11-03 19:12:47 -03:00
parent b9b47db21a
commit 235bc12b4f

View File

@ -11,11 +11,13 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "hills";
repo = finalAttrs.pname;
repo = "xosview";
rev = finalAttrs.version;
hash = "sha256-9Pr7voJiCH7oBziMFRHCWxoyuGdndcdRD2POjiNT7yw=";
};
outputs = [ "out" "man" ];
dontConfigure = true;
buildInputs = [
@ -28,13 +30,13 @@ stdenv.mkDerivation (finalAttrs: {
"PLATFORM=linux"
];
meta = with lib; {
meta = {
homepage = "http://www.pogo.org.uk/~mark/xosview/";
description = "A classic system monitoring tool";
license = licenses.gpl2Plus;
license = lib.licenses.gpl2Plus;
mainProgram = "xosview";
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; linux;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = with lib.platforms; linux;
};
})
# TODO: generalize to other platforms