mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
Merge pull request #245793 from trofi/fix-cross-fix
fio: fix cross-compilation
This commit is contained in:
commit
8cacc05fbf
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ python3 zlib ]
|
||||
++ lib.optional (!stdenv.isDarwin) libaio;
|
||||
|
||||
# ./configure does not support autoconf-style --build=/--host=.
|
||||
# We use $CC instead.
|
||||
configurePlatforms = [ ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper python3.pkgs.wrapPython ];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user