nixpkgs/pkgs/stdenv/cygwin
Lluís Batlle i Rossell f6f5c185ca Allow not rebasing in cygwin stdenv.
This changes cygwin stdenv, but I don't think it will hurt much people.

This allows mkDerivation to get "dontRebase=true" to skip the usual cygwin
rebase. This is required, if we are using this stdenv to build DLLs for win32
inside x86_64-cygwin, because /bin/rebase crashes at finding an arch mismatch.
Additionally, we don't need any rebase for libraries built by visual studio and
meant for visual studio (my use case).

I'm using nix in x86_64-cygwin to build libraries with visual studio, both for
x86_64 and x86.
2016-05-20 17:17:10 +02:00
..
all-buildinputs-as-runtimedep.sh cygwin: stdenv 2015-05-28 10:53:34 +02:00
rebase-i686.sh Allow not rebasing in cygwin stdenv. 2016-05-20 17:17:10 +02:00
rebase-x86_64.sh Allow not rebasing in cygwin stdenv. 2016-05-20 17:17:10 +02:00
wrap-exes-to-find-dlls.sh cygwin: stdenv 2015-05-28 10:53:34 +02:00