about summary refs log tree commit diff
path: root/pkgs/stdenv/cygwin
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-27 13:44:17 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-27 13:44:17 +0000
commit01fbf62a2c54b759d7ec438bf78ec854adcbb2bd (patch)
tree3f105dffa424da33f46b7a58a8f22a57ef751e28 /pkgs/stdenv/cygwin
parentc43f885d2d12b1d71b16d22ff9dae69a33bd48ac (diff)
* nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken
  right now; should merge gcc-wrapper changes).

svn path=/nixpkgs/trunk/; revision=6876
Diffstat (limited to 'pkgs/stdenv/cygwin')
-rw-r--r--pkgs/stdenv/cygwin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/cygwin/default.nix b/pkgs/stdenv/cygwin/default.nix
index a94533edfaf1b..22e223ca6cc1a 100644
--- a/pkgs/stdenv/cygwin/default.nix
+++ b/pkgs/stdenv/cygwin/default.nix
@@ -10,7 +10,7 @@ genericStdenv {
   gcc = gccWrapper {
     name = "gcc-native";
     nativeTools = true;
-    nativeGlibc = true;
+    nativeLibc = true;
     nativePrefix = "/usr";
     inherit stdenv;
   };