Commit 67a125f7 authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

gnome-text-editor: 44.0 → 45.alpha

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/44.0...45.alpha

Needs new libadwaita, no other build changes.

Also remove pcre – it has not been used since
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/commit/6ea5bbae19acdcce45044ad91b7b28f8a7e5870d


This was missed in 428915f4
and was pointed out in the latest docs changes.

Changelog-reviewed-by: default avatarBobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: default avatarJan Tojnar <jtojnar@gmail.com>
Co-authored-by: default avatarJan Tojnar <jtojnar@gmail.com>
parent 2c964b06
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -18,18 +18,17 @@
, libadwaita
, editorconfig-core-c
, libxml2
, pcre
, appstream-glib
, desktop-file-utils
}:

stdenv.mkDerivation rec {
  pname = "gnome-text-editor";
  version = "44.0";
  version = "45.alpha";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "sha256-9nvDeAc0/6gV/MTF2qe1VdJORZ+B6itUjmqFwWEqMco=";
    sha256 = "sha256-IjED+lHvxuv3lyfB9W9FLqWqXhpl+kZPWH5PS/bBIjk=";
  };

  nativeBuildInputs = [
@@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
    gtksourceview5
    libadwaita
    editorconfig-core-c
    pcre
  ];

  passthru = {