mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
gnome.gnome-calendar: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/42.beta...42.rc
This commit is contained in:
parent
faed5d9ea1
commit
feb0c91919
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
|
@ -9,7 +8,6 @@
|
|||
, libgweather
|
||||
, geoclue2
|
||||
, geocode-glib
|
||||
, python3
|
||||
, gettext
|
||||
, libxml2
|
||||
, gnome
|
||||
|
@ -24,21 +22,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-calendar";
|
||||
version = "42.beta";
|
||||
version = "42.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "TTNcGt7tjqLjSuHmt5uVtlFpaHsmjjlsek4l9+rZdlE=";
|
||||
sha256 = "1k2ZG3WbwvdvjJQFicd9gb2oEergo5+9kyoIV/R0eZQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix postinstall referring to gtk-update-icon-cache
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/gnome-calendar/-/commit/b7e84c432664f76f10680c04781ab5c3cafdd247.patch";
|
||||
sha256 = "ahJwspsnU6uT0mc1W+aWPWgp/9+lVF8H+dAK/IV7qgM=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
|
@ -46,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||
gettext
|
||||
libxml2
|
||||
wrapGAppsHook4
|
||||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue