Merge pull request #181061 from trofi/configurePlatforms-for-ntl

ntl: explicitly set 'configurePlatforms = [ ];'
This commit is contained in:
Rick van Schijndel 2022-07-12 23:53:43 +02:00 committed by GitHub
commit 019931c0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
dontAddPrefix = true; # DEF_PREFIX instead
# Written in perl, does not support autoconf-style
# --build=/--host= options:
# Error: unrecognized option: --build=x86_64-unknown-linux-gnu
configurePlatforms = [ ];
# reference: http://shoup.net/ntl/doc/tour-unix.html
configureFlags = [
"DEF_PREFIX=$(out)"