geany: 2.0 -> 2.1

Changed files
+7 -8
pkgs
applications
+3 -5
pkgs/applications/editors/geany/default.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "geany";
-
version = "2.0";
outputs = [
"out"
···
src = fetchurl {
url = "https://download.geany.org/geany-${finalAttrs.version}.tar.bz2";
-
hash = "sha256-VltM0vAxHB46Fn7HHEoy26ZC4P5VSuW7a4F3t6dMzJI=";
};
patches = [
···
wrapGAppsHook3
];
-
buildInputs = [
-
gtk3
-
];
preCheck = ''
patchShebangs --build tests/ctags/runner.sh
···
stdenv.mkDerivation (finalAttrs: {
pname = "geany";
+
version = "2.1";
outputs = [
"out"
···
src = fetchurl {
url = "https://download.geany.org/geany-${finalAttrs.version}.tar.bz2";
+
hash = "sha256-a5aohERjMAwQuWkqCl7a2CNu7J6ENC9XX4PU/IkzEig=";
};
patches = [
···
wrapGAppsHook3
];
+
buildInputs = [ gtk3 ];
preCheck = ''
patchShebangs --build tests/ctags/runner.sh
+4 -3
pkgs/applications/editors/geany/disable-test-sidebar.patch
···
--- a/tests/Makefile.in 2023-10-19 18:10:06.000000000 +0200
-
+++ b/tests/Makefile.in 2023-11-10 00:13:09.816498568 +0100
-
@@ -86,7 +86,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-
-check_PROGRAMS = test_utils$(EXEEXT) test_sidebar$(EXEEXT)
+check_PROGRAMS = test_utils$(EXEEXT)
subdir = tests
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
···
--- a/tests/Makefile.in 2023-10-19 18:10:06.000000000 +0200
+
+++ b/tests/Makefile.in 2025-07-06 18:09:09.816498568 +0100
+
@@ -86,8 +86,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+
-check_PROGRAMS = test_utils$(EXEEXT) test_sidebar$(EXEEXT) \
+
- test_encodings$(EXEEXT)
+check_PROGRAMS = test_utils$(EXEEXT)
subdir = tests
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4