Unverified Commit 6106c710 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

geany 2.0 -> 2.1 (#422953)

parents ceda8c85 fc3eb2f1
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "geany";
  version = "2.0";
  version = "2.1";

  outputs = [
    "out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://download.geany.org/geany-${finalAttrs.version}.tar.bz2";
    hash = "sha256-VltM0vAxHB46Fn7HHEoy26ZC4P5VSuW7a4F3t6dMzJI=";
    hash = "sha256-a5aohERjMAwQuWkqCl7a2CNu7J6ENC9XX4PU/IkzEig=";
  };

  patches = [
@@ -46,9 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
    wrapGAppsHook3
  ];

  buildInputs = [
    gtk3
  ];
  buildInputs = [ gtk3 ];

  preCheck = ''
    patchShebangs --build tests/ctags/runner.sh
+4 −3
Original line number Diff line number Diff line
--- 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 @@
+++ 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)
-check_PROGRAMS = test_utils$(EXEEXT) test_sidebar$(EXEEXT) \
-	test_encodings$(EXEEXT)
+check_PROGRAMS = test_utils$(EXEEXT)
 subdir = tests
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4