Unverified Commit 72a37f98 authored by Bobby Rong's avatar Bobby Rong
Browse files

mate-panel-with-applets: Disable man output

Fixes nixosTests.mate, see PR 502698.
parent 0c06723b
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -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
      ;
  };
}