summary refs log tree commit diff
path: root/pkgs/stdenv/cygwin
Commit message (Collapse)AuthorAge
* Fix invalid Baseaddress must be > 0x200000000 on cygwinSander van der Burg2018-04-14
|
* cygwin: rebase fixesDavid McFarland2017-06-26
| | | | | - use fixupOutputsHook to find libs in all outputs - don't rebase symlinks
* Allow not rebasing in cygwin stdenv.LluĂ­s Batlle i Rossell2016-05-20
| | | | | | | | | | | | | 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.
* cygwin: stdenvFlorian Friesdorf2015-05-28
|
* * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2008-06-18
| | | | | | stdenv. svn path=/nixpkgs/trunk/; revision=12147
* * curl: build with OpenSSL (https) support by default.Eelco Dolstra2008-05-27
| | | | | | | | | | | | | | | | | | * Some fetchurl-related refactoring. The `realCurl' attribute is gone, `curl' is the real thing. To prevent an infinite recursion in `fetchurl' (because it depends on curl and building curl needs fetchurl), curl and its dependencies (openssl, zlib, perl) use `fetchurlBoot', which is the fetchurl used by the previous bootstrap phase (e.g. the statically linked version of curl for stdenv-linux). So as a result you can use https:// urls almost everywhere. There's also some hackery to prevent a different curl from being built in every stdenv-linux bootstrap phase (namely the stdenv.fetchurl attribute which allows fetchurl to be overriden everywhere). svn path=/nixpkgs/trunk/; revision=11905
* * substitute() in stdenv: use the replace program instead of awfulEelco Dolstra2008-02-13
| | | | | | | sed hackery. * Some indentation fixes in setup.sh. svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
* * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably brokenEelco Dolstra2006-10-27
| | | | | | right now; should merge gcc-wrapper changes). svn path=/nixpkgs/trunk/; revision=6876
* * Allow packages to enabled shared libraries on cygwin.Martin Bravenboer2006-07-24
| | | | | | | | (ideally, this should be the other way around, but I have no idea how many packages will break if we enable shared libraries by default) svn path=/nixpkgs/trunk/; revision=5923
* * Disable dynamic linking on Cygwin until we figure out how to dealEelco Dolstra2006-06-01
with the lack of an RPATH. svn path=/nixpkgs/trunk/; revision=5362