gnome-builder: 42.alpha1 → 42.beta1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.alpha1...42.beta1
This commit is contained in:
parent
ddd4f1e995
commit
09c31ed811
1 changed files with 4 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
||||||
, cmark
|
, cmark
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, fetchpatch
|
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, flatpak
|
, flatpak
|
||||||
, gnome
|
, gnome
|
||||||
|
@ -18,6 +17,7 @@
|
||||||
, json-glib
|
, json-glib
|
||||||
, jsonrpc-glib
|
, jsonrpc-glib
|
||||||
, libdazzle
|
, libdazzle
|
||||||
|
, libhandy
|
||||||
, libpeas
|
, libpeas
|
||||||
, libportal-gtk3
|
, libportal-gtk3
|
||||||
, libxml2
|
, libxml2
|
||||||
|
@ -40,24 +40,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-builder";
|
pname = "gnome-builder";
|
||||||
version = "42.alpha1";
|
version = "42.beta1";
|
||||||
|
|
||||||
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 = "AtJ+Op2ChWWgcREWFb3zqyp1CzBb/469BwJXK3DuWnc=";
|
sha256 = "cEgZ7J/W7Mb6S489mFsCEs+hZWlhAMzalGGPiBKzKio=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix building docs
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-builder/-/merge_requests/530
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/e2b369ec056ff43701803c5e5185fa2ac391d238.patch";
|
|
||||||
sha256 = "OI2CMtA0M9u6/5xmWm4i+bXOKDXmtYprCONNCU2aOj0=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream-glib
|
appstream-glib
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
@ -87,6 +78,7 @@ stdenv.mkDerivation rec {
|
||||||
json-glib
|
json-glib
|
||||||
jsonrpc-glib
|
jsonrpc-glib
|
||||||
libdazzle
|
libdazzle
|
||||||
|
libhandy
|
||||||
libxml2
|
libxml2
|
||||||
ostree
|
ostree
|
||||||
pcre
|
pcre
|
||||||
|
|
Loading…
Reference in a new issue