mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
pressureaudio: remove autoreconfHook to fix build for ZHF
pressureaudio's nix expression uses `src = pulseaudio.src`, so when pulseaudio switched over to meson an dropped autoreconfHook the same should have been done here as well.
This commit is contained in:
parent
13ed374ab2
commit
ce9122d1e8
@ -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 New Issue
Block a user