spek: unpin autoconf

This commit is contained in:
Weijia Wang 2025-07-16 00:07:06 +02:00 committed by Bjørn Forsman
parent 50061f15a5
commit 6c88746b3e
3 changed files with 17 additions and 3 deletions

View File

@ -0,0 +1,12 @@
diff --git a/configure.ac b/configure.ac
index 5a80c6b..07c37bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_CONFIG_SRCDIR([src/spek.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests])
AM_SILENT_RULES([yes])
+AC_CONFIG_MACRO_DIRS([m4])
AC_LANG([C++])
AM_PROG_AR

View File

@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-VYt2so2k3Rk3sLSV1Tf1G2pESYiXygrKr9Koop8ChCg="; sha256 = "sha256-VYt2so2k3Rk3sLSV1Tf1G2pESYiXygrKr9Koop8ChCg=";
}; };
patches = [
./autoconf.patch
];
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
intltool intltool

View File

@ -13797,9 +13797,7 @@ with pkgs;
sonic-visualiser = libsForQt5.callPackage ../applications/audio/sonic-visualiser { }; sonic-visualiser = libsForQt5.callPackage ../applications/audio/sonic-visualiser { };
spek = callPackage ../applications/audio/spek { spek = callPackage ../applications/audio/spek { };
autoreconfHook = buildPackages.autoreconfHook269;
};
squeezelite-pulse = callPackage ../by-name/sq/squeezelite/package.nix { squeezelite-pulse = callPackage ../by-name/sq/squeezelite/package.nix {
audioBackend = "pulse"; audioBackend = "pulse";