Skip to content

Commit

Permalink
mate.mate-panel: 1.28.2 -> 1.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Oct 19, 2024
1 parent a3c0b3b commit 85b4ee6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/desktops/mate/mate-panel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
, librsvg
, libxml2
, dconf
, dconf-editor
, mate-desktop
, mate-menus
, hicolor-icon-theme
Expand All @@ -25,11 +24,11 @@

stdenv.mkDerivation rec {
pname = "mate-panel";
version = "1.28.2";
version = "1.28.4";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "Z4pD6DeqJxhJQgT93xm7kGzwfl2A/S4d3nRfJtKtujM=";
hash = "sha256-AvCesDFMKsGXtvCJlQpXHNujm/0D1sOguP13JSqWiHQ=";
};

nativeBuildInputs = [
Expand All @@ -56,9 +55,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
glib
gtk3
# See https://github.com/mate-desktop/mate-panel/issues/1402
# This is propagated for mate_panel_applet_settings_new and applet's wrapGAppsHook3
dconf-editor
];

# Needed for Wayland support.
Expand Down

0 comments on commit 85b4ee6

Please sign in to comment.