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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user