cygwin: libffi

This commit is contained in:
Marko Durkovic
2015-05-28 10:53:36 +02:00
committed by Rok Garbas
parent 15952587a0
commit 2904aa33bb
2 changed files with 12 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0dya49bnhianl0r65m65xndz6ls2jn1xngyn72gd28ls3n7bnvnh";
};
patches = if stdenv.isCygwin then [ ./3.2.1-cygwin.patch ] else null;
buildInputs = stdenv.lib.optional doCheck dejagnu;
configureFlags = [