mate.pluma: 1.26.1 -> 1.28.0

https://github.com/mate-desktop/pluma/compare/v1.26.1...v1.28.0

Also drops adwaita-icon-theme, XDG_ICON_DIRS is not picked up
by wrapGAppsHook for a while and we are fine.

+3 -5
+1 -1
pkgs/desktops/mate/default.nix
··· 50 mate-user-share = callPackage ./mate-user-share { }; 51 mate-utils = callPackage ./mate-utils { }; 52 mozo = callPackage ./mozo { }; 53 - pluma = callPackage ./pluma { inherit (pkgs.gnome) adwaita-icon-theme; }; 54 python-caja = callPackage ./python-caja { }; 55 56 basePackages = [
··· 50 mate-user-share = callPackage ./mate-user-share { }; 51 mate-utils = callPackage ./mate-utils { }; 52 mozo = callPackage ./mozo { }; 53 + pluma = callPackage ./pluma { }; 54 python-caja = callPackage ./python-caja { }; 55 56 basePackages = [
+2 -4
pkgs/desktops/mate/pluma/default.nix
··· 9 , enchant 10 , libxml2 11 , python3 12 - , adwaita-icon-theme 13 , gtksourceview4 14 , libpeas 15 , mate-desktop ··· 19 20 stdenv.mkDerivation rec { 21 pname = "pluma"; 22 - version = "1.26.1"; 23 24 src = fetchurl { 25 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 26 - sha256 = "WVns49cRjhBmWfZNIC0O0XY60Qu7ul0qzYy/ui45lPE="; 27 }; 28 29 nativeBuildInputs = [ ··· 37 ]; 38 39 buildInputs = [ 40 - adwaita-icon-theme 41 enchant 42 gtksourceview4 43 libpeas
··· 9 , enchant 10 , libxml2 11 , python3 12 , gtksourceview4 13 , libpeas 14 , mate-desktop ··· 18 19 stdenv.mkDerivation rec { 20 pname = "pluma"; 21 + version = "1.28.0"; 22 23 src = fetchurl { 24 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 25 + sha256 = "qorflYk0UJOlDjCyft5KeKJCHRcnwn9GX8h8Q1llodQ="; 26 }; 27 28 nativeBuildInputs = [ ··· 36 ]; 37 38 buildInputs = [ 39 enchant 40 gtksourceview4 41 libpeas