mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
alsa-utils: Enable cross-compilation
This commit is contained in:
parent
c3bf521f18
commit
2a5bf4cb40
@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "which" "type -p" \
|
--replace "which" "type -p" \
|
||||||
--replace "lspci" "${pciutils}/bin/lspci"
|
--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";
|
configureFlags = "--disable-xmlto --with-udev-rules-dir=$(out)/lib/udev/rules.d";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user