Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0dae829da76bc0144bd4bfdfe685f00a7c59b2e0
      
https://github.com/NixOS/nixpkgs/commit/0dae829da76bc0144bd4bfdfe685f00a7c59b2e0
  Author: Lluís Batlle i Rossell <vi...@viric.name>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M pkgs/stdenv/cygwin/rebase-i686.sh
    M pkgs/stdenv/cygwin/rebase-x86_64.sh

  Log Message:
  -----------
  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.

(cherry picked from commit f6f5c185ca533e52b6f0e4042971e039775dd970)


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to