summary refs log tree commit diff
path: root/pkgs/os-specific/windows
Commit message (Collapse)AuthorAge
...
| * mingw-w64: Fix typo in preConfigure hook.aszlig2014-02-24
| | | | | | | | | | | | | | D'oh, no wonder the headers are of almost the same size as the main package. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * mingw-w64: Update to new upstream version 3.1.0.aszlig2014-02-24
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | windows/cygwin-setup: Drop meta.platforms attr.aszlig2014-03-04
| | | | | | | | | | | | This prevents cross-builds, so let's drop it for now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | os-specific/windows: Add new package cygwinSetup.aszlig2014-03-03
|/ | | | | | | This is primarily going to be used for vmTools.runInWindowsVM, but in theory, it could also work with Nix on CygWin which I haven't tested. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pthread-win32: don't propagate `mingw_headers'Ludovic Courtès2013-03-29
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Adding windows jom; it does not build for me still, but it's close to it.Lluís Batlle i Rossell2012-06-05
| | | | | | | | I think it's better to share it though. I wrote a comment about the expression not building. svn path=/nixpkgs/trunk/; revision=34365
* Fixing mingw-w64 builds. I can build simple C++ programs with ↵Lluís Batlle i Rossell2012-05-24
| | | | | | | | | gccCrossStageFinal. I also add tests for hydra; let's see if it builds far. svn path=/nixpkgs/trunk/; revision=34232
* Trying to add a few bits of mingw-w64. To be tested.Lluís Batlle i Rossell2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34228
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\ | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * Add pthreads-w32.Ludovic Courtès2012-01-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31927
| * MinGW 3.20, and w32api 3.17-2.Ludovic Courtès2012-01-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31926
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Making wxGTK stay wxGTK even cross-built, so I remove the wxMSW code I addedLluís Batlle i Rossell2010-05-06
| | | | | | | to test the crossbuilding with wxGTK. I added a new windows-specific package: wxMSW. svn path=/nixpkgs/trunk/; revision=21634
* Making gcc-4.5 cross-build to mingw32 too (set by the proper config and libc ↵Lluís Batlle i Rossell2010-05-06
= "msvcrt" in the crossSystem) svn path=/nixpkgs/trunk/; revision=21630