From 5710af477ee321489a4c17bb43ba19223e364e0c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 18 Sep 2023 13:42:20 +0000 Subject: [PATCH] =?UTF-8?q?gnome-builder:=2045.rc=20=E2=86=92=2045.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/45.rc...45.0 Dropped sysprof-6 dependency: https://github.com/GNOME/gnome-builder/commit/61c217a996396bc934f4ca2d5b433de0bb462197 The above commit says "We open Sysprof now instead of depending on the library directly". This probably this means sysprof-agent introduced in: https://github.com/GNOME/gnome-builder/commit/60bbae03e46aafc61e077a91906a4b4bb77bc0cd The old code stopped being used in: https://github.com/GNOME/gnome-builder/commit/3d65abf509c7394886b1e5a591ec7cd0589e5630 and was finally removed in: https://github.com/GNOME/gnome-builder/commit/c3bad149d8fe957ae1c3c5c43ce518259a1fe027 Make it clear that sysprof-capture-4 is something needed (for tracing Builder itself): https://github.com/GNOME/gnome-builder/commit/4b8ba6d7a5f748d19e89c16b747957eb1c728396 Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/applications/editors/gnome-builder/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix index 655defa40c2f..0391685137f7 100644 --- a/pkgs/applications/editors/gnome-builder/default.nix +++ b/pkgs/applications/editors/gnome-builder/default.nix @@ -21,6 +21,7 @@ , libpanel , libpeas2 , libportal-gtk4 +, libsysprof-capture , libxml2 , meson , ninja @@ -41,13 +42,13 @@ stdenv.mkDerivation rec { pname = "gnome-builder"; - version = "45.rc"; + version = "45.0"; outputs = [ "out" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "6HaJEW8IUwua3FyVV929ID7T0u0IJPfTbMtketnv5hw="; + sha256 = "JC2gJZMpPUVuokEIpFk0cwoeMW2NxbGNnfDoZNt7pZY="; }; patches = [ @@ -94,12 +95,12 @@ stdenv.mkDerivation rec { libadwaita libdex libpanel + libsysprof-capture libxml2 ostree d-spy pcre2 python3 - sysprof template-glib vala webkitgtk_6_0 @@ -142,6 +143,8 @@ stdenv.mkDerivation rec { buildPythonPath "$out $pythonPath" gappsWrapperArgs+=( --prefix PYTHONPATH : "$program_PYTHONPATH" + # For sysprof-agent + --prefix PATH : "${sysprof}/bin" ) # Ensure that all plugins get their interpreter paths fixed up.