isl: fix cygwin build (#476292)

This commit is contained in:
John Ericson
2026-01-03 16:30:57 +00:00
committed by GitHub
@@ -42,6 +42,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
makeFlags = lib.optional stdenv.hostPlatform.isPE "LDFLAGS=-no-undefined";
meta = {
homepage = "https://libisl.sourceforge.io/";
license = lib.licenses.lgpl21;