···3435 outputs = [ "out" "lib" "dev" ];
3637- preConfigure = lib.optionalString (stdenv.buildPlatform.isx86_64 || stdenv.hostPlatform.isi686) ''
38 # `AS' is set to the binutils assembler, but we need nasm
39 unset AS
40 '' + lib.optionalString stdenv.hostPlatform.isAarch ''
···3435 outputs = [ "out" "lib" "dev" ];
3637+ preConfigure = lib.optionalString stdenv.hostPlatform.isx86 ''
38 # `AS' is set to the binutils assembler, but we need nasm
39 unset AS
40 '' + lib.optionalString stdenv.hostPlatform.isAarch ''