gnome.gnome-maps: 43.rc → 43.0
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v43.rc...v43.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
441e68565a
commit
636549aa6b
1 changed files with 2 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, meson
|
||||
, ninja
|
||||
, gettext
|
||||
|
@ -28,26 +27,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-maps";
|
||||
version = "43.rc";
|
||||
version = "43.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-NBqS8OTo+lOaOggrdYXYA/4Od7byiF7ztq9zZxKSQ5k=";
|
||||
sha256 = "sha256-CGjPz7eMOiesW+YM2E0wuz08KMiFqY+qCeN/o6UyNOQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build without GTK 3.
|
||||
# https://gitlab.gnome.org/GNOME/gnome-maps/-/merge_requests/248
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/gnome-maps/-/merge_requests/248.patch";
|
||||
sha256 = "koVpvz021b+rvauIc3kvEBdTttRSuYiPvDH/dVbs5pc=";
|
||||
postFetch = ''
|
||||
# Make the patch apply.
|
||||
substituteInPlace "$out" --replace "version: '43.0'," "version: '43.rc',"
|
||||
'';
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue