Commit 6f4374f8 authored by Jan Tojnar's avatar Jan Tojnar
Browse files
parent 55e74623
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, ctags
, cmark
, desktop-file-utils
, editorconfig-core-c
, fetchurl
, flatpak
, gnome
@@ -24,7 +25,6 @@
, ninja
, ostree
, d-spy
, pcre
, pcre2
, pkg-config
, python3
@@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "gnome-builder";
  version = "43.alpha0";
  version = "43.alpha1";

  outputs = [ "out" "devdoc" ];

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "SSjohWD2mn6riFR8CBeHzadbzi85XMWivgj4K8b5ujY=";
    sha256 = "gzf93kAfLM5ehYYbby79XWdTyuReAiqH80V5kPp8JDY=";
  };

  patches = [
@@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
  buildInputs = [
    ctags
    cmark
    editorconfig-core-c
    flatpak
    libgit2-glib
    libpeas
@@ -94,7 +95,6 @@ stdenv.mkDerivation rec {
    libxml2
    ostree
    d-spy
    pcre
    pcre2
    python3
    sysprof
@@ -122,7 +122,6 @@ stdenv.mkDerivation rec {
  doCheck = true;

  postPatch = ''
    # Drop after https://gitlab.gnome.org/GNOME/gnome-builder/-/merge_requests/609
    patchShebangs build-aux/meson/post_install.py
    substituteInPlace build-aux/meson/post_install.py \
      --replace "gtk-update-icon-cache" "gtk4-update-icon-cache"