gnome-builder: 41.3 → 42.alpha1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/41.3...42.alpha1
This commit is contained in:
parent
75b20869b1
commit
316d1c2e9a
1 changed files with 11 additions and 11 deletions
|
@ -4,8 +4,8 @@
|
||||||
, cmark
|
, cmark
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, fetchurl
|
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
|
, fetchurl
|
||||||
, flatpak
|
, flatpak
|
||||||
, gnome
|
, gnome
|
||||||
, libgit2-glib
|
, libgit2-glib
|
||||||
|
@ -40,21 +40,21 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-builder";
|
pname = "gnome-builder";
|
||||||
version = "41.3";
|
version = "42.alpha1";
|
||||||
|
|
||||||
outputs = [ "out" "devdoc" ];
|
outputs = [ "out" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "4iUPyOnp8gAsRS5ZUNgmhXNNPESAs1Fnq1CKyHAlCeE=";
|
sha256 = "AtJ+Op2ChWWgcREWFb3zqyp1CzBb/469BwJXK3DuWnc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix build with latest libportal
|
# Fix building docs
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-builder/-/merge_requests/486
|
# https://gitlab.gnome.org/GNOME/gnome-builder/-/merge_requests/530
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/b3bfa0df53a3749c3b73cb6c4bad5cab3fa549a1.patch";
|
url = "https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/e2b369ec056ff43701803c5e5185fa2ac391d238.patch";
|
||||||
sha256 = "B/uCcYavFvOAPhLHZ4MRNENDd6VytILiGYwDZRUSxTE=";
|
sha256 = "OI2CMtA0M9u6/5xmWm4i+bXOKDXmtYprCONNCU2aOj0=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -103,10 +103,6 @@ stdenv.mkDerivation rec {
|
||||||
xvfb-run
|
xvfb-run
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
patchShebangs build-aux/meson/post_install.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Ddocs=true"
|
"-Ddocs=true"
|
||||||
|
|
||||||
|
@ -122,6 +118,10 @@ stdenv.mkDerivation rec {
|
||||||
# understand why. Somebody should look into fixing this.
|
# understand why. Somebody should look into fixing this.
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs build-aux/meson/post_install.py
|
||||||
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
|
xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
|
||||||
|
|
Loading…
Reference in a new issue