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
6ea5bbae19
This was missed in 428915f452
and was pointed out in the latest docs changes.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-08-07 07:56:47 +00:00 committed by Jan Tojnar
parent 2c964b06ab
commit 67a125f7dd

View File

@ -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 = {