libffi: autoreconf on Windows for libtool fix

main
Shea Levy 2 years ago
parent 98a853c37d
commit f4d5830001
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 2
      pkgs/development/libraries/libffi/default.nix

@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
checkInputs = [ dejagnu ]; checkInputs = [ dejagnu ];
nativeBuildInputs = lib.optional stdenv.hostPlatform.isWindows autoreconfHook;
meta = with lib; { meta = with lib; {
description = "A foreign function call interface library"; description = "A foreign function call interface library";
longDescription = '' longDescription = ''

Loading…
Cancel
Save