Revert "mingw: use current package set for headers"

This reverts commit 0307203693.
This commit is contained in:
Matthew Bauer
2019-01-28 10:42:04 -05:00
parent 9fd1c170cc
commit febda2b127
2 changed files with 2 additions and 2 deletions
@@ -21,6 +21,6 @@ in stdenv.mkDerivation {
patches = [ ./osvi.patch ];
meta = {
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.windows;
};
}