Merge pull request #172167 from a-m-joseph/pr/fix-pressureaudio-build

pressureaudio: remove autoreconfHook to fix build for ZHF
This commit is contained in:
davidak 2022-05-09 14:35:45 +02:00 committed by GitHub
commit edce911309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ stdenv, apulse, libpulseaudio, pkg-config, intltool, autoreconfHook }:
{ stdenv, apulse, libpulseaudio, pkg-config, intltool }:
stdenv.mkDerivation {
pname = "libpressureaudio";
@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = libpulseaudio.src;
nativeBuildInputs = [ pkg-config intltool autoreconfHook ];
nativeBuildInputs = [ pkg-config intltool ];
dontConfigure = true;
dontBuild = true;