mate-panel-with-applets: re-enable man output

This reverts commit 72a37f984c.
Requires https://github.com/NixOS/nixpkgs/pull/511330 .
This commit is contained in:
Stefan Frijters 2026-05-24 14:52:17 +02:00
commit 1daeb43ea5
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -34,12 +34,13 @@ let
in
stdenv.mkDerivation {
pname = "${mate-panel.pname}-with-applets";
inherit (mate-panel) version;
inherit (mate-panel) version outputs;
src = null;
paths = [
mate-panel
mate-panel.out
mate-panel.man
]
++ selectedApplets;
@ -84,13 +85,5 @@ stdenv.mkDerivation {
__structuredAttrs = true;
meta = {
inherit (mate-panel.meta)
description
homepage
license
teams
platforms
;
};
inherit (mate-panel) meta;
}