gnome-builder: 44.rc → 44.0
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/44.rc...44.0 Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
f976d638a3
commit
3beee4dd11
1 changed files with 10 additions and 2 deletions
|
@ -42,13 +42,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-builder";
|
||||
version = "44.rc";
|
||||
version = "44.0";
|
||||
|
||||
outputs = [ "out" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ly52FVZjM2822adhWEZY4Nor1CbgfwVyycwA638ojb8=";
|
||||
sha256 = "LrFGnlsZ6gzFTGa59+eqSQwLG6oZ9A/fC5FOZDl+UW4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -63,6 +63,14 @@ stdenv.mkDerivation rec {
|
|||
#
|
||||
# Typelib file for namespace 'Pango', version '1.0' not found (g-irepository-error-quark, 0)
|
||||
./fix-finding-test-typelibs.patch
|
||||
|
||||
# Fix build with libadwaita 1.3
|
||||
# https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/2010
|
||||
# https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/792
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/d89a5c95e43f4a4e1a4e9d063e3962bac8e51db0.patch";
|
||||
sha256 = "sha256-dSMccodjhGKIGuj+2hi8fxZ3ZQ/pioQYQ36+vpOuJPY=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue