mate-panel-with-applets: Disable man output (#511162)

This commit is contained in:
Bobby Rong
2026-04-18 15:27:51 +00:00
committed by GitHub
@@ -34,13 +34,12 @@ let
in
stdenv.mkDerivation {
pname = "${mate-panel.pname}-with-applets";
inherit (mate-panel) version outputs;
inherit (mate-panel) version;
src = null;
paths = [
mate-panel.out
mate-panel.man
mate-panel
]
++ selectedApplets;
@@ -85,5 +84,13 @@ stdenv.mkDerivation {
__structuredAttrs = true;
inherit (mate-panel) meta;
meta = {
inherit (mate-panel.meta)
description
homepage
license
teams
platforms
;
};
}