mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
alsa-utils: Enable cross-compilation
This commit is contained in:
parent
c3bf521f18
commit
2a5bf4cb40
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
|||
--replace "which" "type -p" \
|
||||
--replace "lspci" "${pciutils}/bin/lspci"
|
||||
'';
|
||||
buildInputs = [ gettext alsaLib ncurses libsamplerate fftw ];
|
||||
nativeBuildInputs = [ gettext ];
|
||||
buildInputs = [ alsaLib ncurses libsamplerate fftw ];
|
||||
|
||||
configureFlags = "--disable-xmlto --with-udev-rules-dir=$(out)/lib/udev/rules.d";
|
||||
|
||||
|
|
Loading…
Reference in a new issue