c-ares: don’t set configure flags
These aren’t needed with dontDisableStatic
This commit is contained in:
parent
572b514582
commit
9d8de9ffaa
@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0lk8knip4xk6qzksdkn7085mmgm4ixfczdyyjw656c193y3rgnvc";
|
||||
};
|
||||
|
||||
configureFlags = stdenv.lib.optionals stdenv.hostPlatform.isWindows [ "--disable-shared" "--enable-static" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A C library for asynchronous DNS requests";
|
||||
homepage = https://c-ares.haxx.se;
|
||||
|
Loading…
Reference in New Issue
Block a user