gnome-builder: 43.alpha0 → 43.alpha1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/43.alpha0...43.alpha1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
55e746234b
commit
6f4374f818
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user