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:
commit
edce911309
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue