Merge pull request #43890 from matthewbauer/mingw-fixes

Mingw fixes
This commit is contained in:
Matthew Bauer
2018-07-21 17:04:20 -04:00
committed by GitHub
10 changed files with 114 additions and 8 deletions
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
homepage = http://xmlsoft.org/XSLT/;
description = "A C library and tools to do XSL transformations";
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.all;
maintainers = [ maintainers.eelco ];
};
}