summary refs log tree commit diff
path: root/pkgs/stdenv/cygwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/stdenv/cygwin/default.nix')
-rw-r--r--pkgs/stdenv/cygwin/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/stdenv/cygwin/default.nix b/pkgs/stdenv/cygwin/default.nix
index 22e223ca6cc..b1ca853c612 100644
--- a/pkgs/stdenv/cygwin/default.nix
+++ b/pkgs/stdenv/cygwin/default.nix
@@ -17,7 +17,8 @@ genericStdenv {
 
   shell = "/bin/bash";
 
-  extraAttrs = {
+  fetchurlBoot = import ../../build-support/fetchurl {
+    inherit stdenv;
     # Curl should be in /usr/bin or so.
     curl = null;
   };