summary refs log tree commit diff
path: root/pkgs/stdenv/mingw/simple-stdenv
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2006-08-17 00:54:32 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2006-08-17 00:54:32 +0000
commit688fff92ded502db4f2e9b93f93d87da31338da2 (patch)
treedd0d504a725e46de95035b9769024b71a04cab3f /pkgs/stdenv/mingw/simple-stdenv
parent536a81cd9cf2ecdac89ee7bb367adf098c0d1523 (diff)
downloadnixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar.gz
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar.bz2
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar.lz
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar.xz
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.tar.zst
nixpkgs-688fff92ded502db4f2e9b93f93d87da31338da2.zip
Major work on the mingw stdenv. Basics now works.
- clone of fetchurl that invokes a given chmod to workaround problems
with inappropriate file permissions (executable files are not allowed
by Nix)

- cygpath tool to determine the full windows path of a cygwin
tool. This tool is used to give fetchurl the windows path to chmod.

- native curl.exe

- gcc-wrapper no longer used

- all-packages.nix: allows stdenv to specify fetchurl.


svn path=/nixpkgs/trunk/; revision=6140
Diffstat (limited to 'pkgs/stdenv/mingw/simple-stdenv')
-rw-r--r--pkgs/stdenv/mingw/simple-stdenv/builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/mingw/simple-stdenv/builder.sh b/pkgs/stdenv/mingw/simple-stdenv/builder.sh
index 960810dc954..650f6fb082f 100644
--- a/pkgs/stdenv/mingw/simple-stdenv/builder.sh
+++ b/pkgs/stdenv/mingw/simple-stdenv/builder.sh
@@ -1,6 +1,7 @@
 if test -z "$out"; then
   out="$OUT"
   initialPath="$INITIALPATH"
+  shell="$SHELL"
 fi
 
 setupPath=