spek: unpin autoconf
This commit is contained in:
parent
50061f15a5
commit
6c88746b3e
12
pkgs/applications/audio/spek/autoconf.patch
Normal file
12
pkgs/applications/audio/spek/autoconf.patch
Normal 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
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-VYt2so2k3Rk3sLSV1Tf1G2pESYiXygrKr9Koop8ChCg=";
|
sha256 = "sha256-VYt2so2k3Rk3sLSV1Tf1G2pESYiXygrKr9Koop8ChCg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
./autoconf.patch
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
intltool
|
intltool
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user