summary refs log tree commit diff
path: root/pkgs/stdenv/mingw
Commit message (Collapse)AuthorAge
* stdenv/setup.sh: Always run postPatch hook.aszlig2013-02-27
| | | | | | | | | | | | | | | | I'm not sure whether this was by intention, but so far postPatch hooks were silently skipped whenever the patches list was empty. This change could possibly change the build results of the following packages: * gcc * cmake (264) * systemtap * quemu-kvm These packages all have in common that they have a postPatch hook and the patches list can be empty when certain conditions are met. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* removed executable bits from Nix filesPeter Simons2012-04-03
| | | | svn path=/nixpkgs/trunk/; revision=33552
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
| | | | | | in its interaction with the ‘dontStrip’ attribute. svn path=/nixpkgs/branches/stdenv-updates/; revision=30848
* TyposYury G. Kudryashov2010-08-06
| | | | svn path=/nixpkgs/trunk/; revision=23011
* * Get rid of the ugly `useFromStdenv' hack in all-packages.nix.Eelco Dolstra2010-08-06
| | | | | | | | | Instead, use the generic package override mechanism to use packages from earlier bootstrap phases. * Don't rely on the existence of attributes such as `stdenv.coreutils'. svn path=/nixpkgs/trunk/; revision=22991
* ln issue mingwRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18372
* svn path=/nixpkgs/trunk/; revision=18371Rob Vermaas2009-11-16
|
* different behaviour of ln on mingwRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18370
* mingw related stuffRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18369
* stuff for mingwRob Vermaas2009-11-13
| | | | svn path=/nixpkgs/trunk/; revision=18339
* other location for msysRob Vermaas2009-11-13
| | | | svn path=/nixpkgs/trunk/; revision=18338
* trying to fix mingw setupRob Vermaas2009-11-13
| | | | svn path=/nixpkgs/trunk/; revision=18337
* MinGW stdenv needs replaceMartin Bravenboer2008-06-16
| | | | svn path=/nixpkgs/trunk/; revision=12130
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Second attempt.Eelco Dolstra2006-12-31
| | | | svn path=/nixpkgs/trunk/; revision=7521
* * Urgh.Eelco Dolstra2006-12-31
| | | | svn path=/nixpkgs/trunk/; revision=7520
* * Quick attempt at fixing stdenv-mingw.Eelco Dolstra2006-12-31
| | | | svn path=/nixpkgs/trunk/; revision=7519
* Added /usr/local/bin to the initial search path to support MassalaMartin Bravenboer2006-11-13
| | | | svn path=/nixpkgs/trunk/; revision=7011
* * `drv + /path' is deprecated, so don't do that anymore.Eelco Dolstra2006-10-17
| | | | svn path=/nixpkgs/trunk/; revision=6754
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* Use ++ for constructing builder argsMartin Bravenboer2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6643
* M stdenv/mingw/pkgs/default.nixMartin Bravenboer2006-08-27
| | | | | | | | | | | | | A stdenv/mingw/pkgs/pkgconfig-builder.sh Bootstrap pkg-config: support the setup hook. M stdenv/mingw/fix-builder.sh Fix the "system" variable. svn path=/nixpkgs/trunk/; revision=6267
* More variables to fixMartin Bravenboer2006-08-27
| | | | svn path=/nixpkgs/trunk/; revision=6266
* More variables to fixMartin Bravenboer2006-08-27
| | | | svn path=/nixpkgs/trunk/; revision=6265
* Fix in install of curlMartin Bravenboer2006-08-27
| | | | svn path=/nixpkgs/trunk/; revision=6258
* Added pre release of stratego libraries, fixed support for configureFlags in ↵Martin Bravenboer2006-08-26
| | | | | | MinGW, add binary pkg-config distribution for bootstrapping. Optionally use pkgconfig from the stdenv (again, for bootstrapping) svn path=/nixpkgs/trunk/; revision=6253
* Fixes to support the new stdenvTypeMartin Bravenboer2006-08-25
| | | | svn path=/nixpkgs/trunk/; revision=6242
* Patch for aterm library on mingw (see meta-devel-list)Martin Bravenboer2006-08-17
| | | | | | | | Moved all the shell fixes to fix-builder.sh, which is now always invoked. Added aterm to the list of packages provided by mingw.nix svn path=/nixpkgs/trunk/; revision=6152
* Added a fix-builder to fix most of the builder scripts automatically. Basic ↵Martin Bravenboer2006-08-17
| | | | | | packages, such as zlib and getopt now build. svn path=/nixpkgs/trunk/; revision=6143
* Cleanup of various echo and debug messages. Added top-level mingw.nix for ↵Martin Bravenboer2006-08-17
| | | | | | use with nix-env, because many asserts are broken all-packages.nix does not work with mingw stdenv. svn path=/nixpkgs/trunk/; revision=6142
* Dropped gcc-wrapperMartin Bravenboer2006-08-17
| | | | svn path=/nixpkgs/trunk/; revision=6141
* Major work on the mingw stdenv. Basics now works.Martin Bravenboer2006-08-17
| | | | | | | | | | | | | | | | | | - 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
* Build the mingw w32api from source for the mingw stdenvMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6137
* Victory: mingw stdenv with mingw-runtime from sourceMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6136
* CleanupMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6135
* Another initial MinGW environment, having some more basic tools. This will ↵Martin Bravenboer2006-08-16
| | | | | | allow us to compile some packages for the stdenv from source. svn path=/nixpkgs/trunk/; revision=6134
* Use gcc wrapperMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6133
* Added mingw gccMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6132
* Added makeMartin Bravenboer2006-08-16
| | | | svn path=/nixpkgs/trunk/; revision=6131
* Basic stdenv for mingw. No compiler yet and setup needs more fixing.Martin Bravenboer2006-08-15
| | | | svn path=/nixpkgs/trunk/; revision=6124
* Various mingw fixesMartin Bravenboer2006-08-15
| | | | svn path=/nixpkgs/trunk/; revision=6123
* Initial work on MinGW/MSYS standard environmentMartin Bravenboer2006-08-15
svn path=/nixpkgs/trunk/; revision=6122