3
0
Fork 0
forked from mirrors/nixpkgs

gnome-text-editor: 41.1 → 42.alpha2

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/41.1...42.alpha2
This commit is contained in:
Jan Tojnar 2022-02-16 18:35:45 +00:00
parent 316d1c2e9a
commit cef91bab63

View file

@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "gnome-text-editor";
version = "41.1";
version = "42.alpha2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-YZ7FINbgkF1DEWcCTkPc4Nv2o0Xy1IaTUB1w3HYm+GE=";
sha256 = "sha256-EN0zMEv/ij3fBwHaU5gB5s0SmVJ5rw4kWNI3P90LXoo=";
};
nativeBuildInputs = [
@ -53,14 +53,6 @@ stdenv.mkDerivation rec {
pcre
];
postPatch = ''
chmod +x build-aux/meson/postinstall.py
patchShebangs build-aux/meson/postinstall.py
substituteInPlace build-aux/meson/postinstall.py \
--replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
'';
passthru = {
updateScript = gnome.updateScript {
packageName = "gnome-text-editor";