Loading pkgs/by-name/ma/mate-panel-with-applets/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -85,5 +84,13 @@ stdenv.mkDerivation { __structuredAttrs = true; inherit (mate-panel) meta; meta = { inherit (mate-panel.meta) description homepage license teams platforms ; }; } Loading
pkgs/by-name/ma/mate-panel-with-applets/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -85,5 +84,13 @@ stdenv.mkDerivation { __structuredAttrs = true; inherit (mate-panel) meta; meta = { inherit (mate-panel.meta) description homepage license teams platforms ; }; }