From a3600bd38b798504e9667de0340cbc0bd7eb1e5f Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 7 Aug 2024 13:35:59 +0000 Subject: [PATCH] =?UTF-8?q?gnome-builder:=2046.3=20=E2=86=92=2047.beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/46.3...47.beta d-spy is now integrated by using g_app_info_launch instead of embedding the library. https://github.com/GNOME/gnome-builder/commit/244495b451fb7d97e057c4c92111c234713c7a79 Changelog-reviewed-by: Bobby Rong --- pkgs/applications/editors/gnome-builder/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix index 769d5c68cbf7..f45fade8629d 100644 --- a/pkgs/applications/editors/gnome-builder/default.nix +++ b/pkgs/applications/editors/gnome-builder/default.nix @@ -12,6 +12,7 @@ , gobject-introspection , enchant , icu +, gom , gtk4 , gtksourceview5 , json-glib @@ -26,7 +27,6 @@ , meson , ninja , ostree -, d-spy , pcre2 , pkg-config , python3 @@ -42,13 +42,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gnome-builder"; - version = "46.3"; + version = "47.beta"; outputs = [ "out" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/gnome-builder/${lib.versions.major finalAttrs.version}/gnome-builder-${finalAttrs.version}.tar.xz"; - hash = "sha256-EvJ8DipKcxb59+IYWd9r8bd1cNKWb5V6QzBvaZ7FRhI="; + hash = "sha256-pkpH54aaJGcnPzo1HERDpXF5lpoM5KJhaTwtjZXVaZU="; }; patches = [ @@ -87,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: { vte-gtk4 enchant icu + gom gtk4 gtksourceview5 json-glib @@ -97,7 +98,6 @@ stdenv.mkDerivation (finalAttrs: { libsysprof-capture libxml2 ostree - d-spy pcre2 python3 template-glib