summary refs log tree commit diff
path: root/pkgs/os-specific/windows
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-01-07 16:15:27 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-07 16:15:27 -0600
commit03072036937c250976f0522b070eefe96e8ab0f1 (patch)
tree7ef17a8806369aa017ab7b0c0eaec8664403a408 /pkgs/os-specific/windows
parent8e05911ccb73c28b3040cd0a1ef240e655a1e83c (diff)
downloadnixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar.gz
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar.bz2
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar.lz
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar.xz
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.tar.zst
nixpkgs-03072036937c250976f0522b070eefe96e8ab0f1.zip
mingw: use current package set for headers
gccCrossStageStatic should not need targetPackages.

Fixes #53587.
Diffstat (limited to 'pkgs/os-specific/windows')
-rw-r--r--pkgs/os-specific/windows/mingw-w64/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/windows/mingw-w64/default.nix b/pkgs/os-specific/windows/mingw-w64/default.nix
index a7d4f09b90e..61a7fb14942 100644
--- a/pkgs/os-specific/windows/mingw-w64/default.nix
+++ b/pkgs/os-specific/windows/mingw-w64/default.nix
@@ -21,6 +21,6 @@ in stdenv.mkDerivation {
   patches = [ ./osvi.patch ];
 
   meta = {
-    platforms = stdenv.lib.platforms.windows;
+    platforms = stdenv.lib.platforms.all;
   };
 }