From faed5d9ea108163ddc326c0b261c6299f420da0e Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 15 Mar 2022 20:28:55 +0000 Subject: [PATCH] =?UTF-8?q?gnome.gnome-calculator:=2042.beta=20=E2=86=92?= =?UTF-8?q?=2042.rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/42.beta...42.rc --- pkgs/desktops/gnome/core/gnome-calculator/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pkgs/desktops/gnome/core/gnome-calculator/default.nix b/pkgs/desktops/gnome/core/gnome-calculator/default.nix index 66383fbf9ecb..b80c50f1b621 100644 --- a/pkgs/desktops/gnome/core/gnome-calculator/default.nix +++ b/pkgs/desktops/gnome/core/gnome-calculator/default.nix @@ -13,7 +13,6 @@ , gtksourceview5 , wrapGAppsHook , gobject-introspection -, python3 , gnome , mpfr , gmp @@ -26,11 +25,11 @@ stdenv.mkDerivation rec { pname = "gnome-calculator"; - version = "42.beta"; + version = "42.rc"; src = fetchurl { url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "9nruUc/Ql9pdJ7uU/o0JCkpopfd90boL5fN4X6KFKu0="; + sha256 = "1quQqyiDQc/WQYAkmT5FdW8+es8CVSV2IH9q1R5qBlA="; }; nativeBuildInputs = [ @@ -41,7 +40,6 @@ stdenv.mkDerivation rec { gettext itstool wrapGAppsHook - python3 gobject-introspection # for finding vapi files ]; @@ -61,11 +59,6 @@ stdenv.mkDerivation rec { doCheck = true; - postPatch = '' - chmod +x meson_post_install.py # patchShebangs requires executable file - patchShebangs meson_post_install.py - ''; - preCheck = '' # Currency conversion test tries to store currency data in $HOME/.cache. export HOME=$TMPDIR