summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #15568 from NeQuissimus/kotlin102Joachim Fasting2016-05-20
|\ | | | | kotlin: 1.0.1-2 -> 1.0.2
| * kotlin: 1.0.1-2 -> 1.0.2Tim Steinbach2016-05-20
| |
* | Merge pull request #15252 from acowley/llvm_38Joachim Fasting2016-05-20
|\ \ | |/ |/| llvm_38: update hashes and fix on darwin
| * llvm_38: update hashes and fix on darwinAnthony Cowley2016-05-10
| | | | | | | | | | | | | | | | | | | | The hashes for libc++ and libc++abi were wrong. There was also an incompatibility with nixpkgs on darwin which is now weakly worked around: the "os_trace" macro changed definition in the OS X development SDK since version 10.9 as used by nixpkgs. LLVM 3.8 uses the new version, which I am temporarily replacing with a printf on darwin as it is only used in one minor location.
* | elm: add documentation on how to use update scripts and run them properlyNikolay Amiantov2016-05-18
| |
* | haskell.packages.ghc801.ghc: upstream tarball updatedNikolay Amiantov2016-05-18
| |
* | Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
* | ats2: 0.2.6 -> 0.2.7Thomas Tuegel2016-05-16
| |
* | oraclejdk8: 8u91 -> 8u92Franz Pletz2016-05-13
| |
* | oraclejdk8: jmc is only available in jdk, not in jreFranz Pletz2016-05-13
| |
* | Merge branch 'staging'Vladimír Čunát2016-05-13
|\ \ | | | | | | | | | | | | | | | Darwin isn't in a perfect state, in particular its bootstrap tools won't build which will block nixpkgs channel. But on the whole it seems acceptable.
| * \ Merge branch 'master' into stagingVladimír Čunát2016-05-12
| |\ \
| * \ \ Merge branch 'master' into stagingVladimír Čunát2016-05-08
| |\ \ \
| * | | | use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: * buildPhase = "true" * buildPhase = ":"
| * | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-05-03
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/networking/browsers/vivaldi/default.nix pkgs/misc/emulators/wine/base.nix
| * | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-04-28
| |\ \ \ \
| * | | | | add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
| | | | | |
* | | | | | haskell.packages.ghc801: 8.0.0.20160421 -> 8.0.1Nikolay Amiantov2016-05-12
| | | | | |
* | | | | | ats2: add ttuegel to maintainersThomas Tuegel2016-05-11
| | | | | |
* | | | | | ats2: 0.2.4 -> 0.2.6Thomas Tuegel2016-05-11
| |_|_|_|/ |/| | | |
* | | | | elm: 0.16.0 -> 0.17.0 (#15383)Stewart Mackenzie2016-05-11
| | | | |
* | | | | dev86: 0.16.19 -> 0.16.21Tobias Geerinckx-Rice2016-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | Drop the ‘awful hackery’ that no longer seems needed (I can reproduce the failure with .19, not with .21).
* | | | | julia: 0.4.2 -> 0.4.5Michael Raskin2016-05-10
| | | | |
* | | | | sbcl: 1.3.4 -> 1.3.5Tomas Hlavaty2016-05-10
| |_|_|/ |/| | |
* | | | nixpkgs: chez-scheme 9.4-20160501 -> 9.4-20160507Austin Seipp2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to remove a hack in the makefile, fixes a few bugs, and also catches another edge case in the configure scripts. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #15155 from yawnt/java-source-filesJoachim Fasting2016-05-07
|\ \ \ \ | | | | | | | | | | jdk: keep source files for IDE support
| * | | | jdk: refactor install phase, avoid deleting source files needed for IDE supportyawnt2016-05-02
| | | | |
* | | | | Merge #15084: gcc: add 6.1.0Vladimír Čunát2016-05-07
|\ \ \ \ \
| * | | | | gcc: add 6.1.0David Guibert2016-04-28
| | |_|/ / | |/| | |
* | | | | go: fix build on DarwinCharles Strahan2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The go tests get tripped up due to error messages along the lines of: ld: warning: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation, ignoring unexpected dylib file Which is due to us passing that along via $NIX_LDFLAGS in the `clang` wrapper. To keep `go` from getting confused, I create a small `clang` wrapper that filters out that warning. Also, the strip.patch is no longer necessary, and only causes problems when testing DWARF support: --- FAIL: TestDwarfAranges (0.59s) runtime-lldb_test.go:218: Missing aranges section FAIL FAIL runtime 17.123s Also, I disable the misc/cgo/errors test, as I suspect it is also due to similar problems regarding `ld`: ##### ../misc/cgo/errors misc/cgo/errors/test.bash: BUG: expected error output to contain "err1.go:11:" but saw: # command-line-arguments cannot parse gcc output $WORK/command-line-arguments/_obj//_cgo_.o as ELF, Mach-O, PE object 2016/05/07 02:07:58 Failed: exit status 1 Closes #14208
* | | | | Merge branch 'pr/14743'zimbatm2016-05-06
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | Closes #14743
| * | | | added berkeley upcft2016-05-06
| | | | |
* | | | | julia: remove ttuegel from maintainersThomas Tuegel2016-05-03
| | | | | | | | | | | | | | | | | | | | ttuegel has not used julia in some time
* | | | | gcc 4.5, 4.6: Remove broken update-gcc.sh symlinksTuomas Tynkkynen2016-05-03
| | | | |
* | | | | openjdk: 8u76 -> 8u92Tim Steinbach2016-05-03
| | | | |
* | | | | Merge pull request #15176 from Baughn/monoTuomas Tynkkynen2016-05-03
|\ \ \ \ \ | | | | | | | | | | | | mono: Update libX11 location
| * | | | | mono: Update libX11 locationSvein Ove Aas2016-05-02
| | |_|_|/ | |/| | |
* | | | | julia: remove ttuegel from maintainersThomas Tuegel2016-05-02
| | | | | | | | | | | | | | | | | | | | ttuegel has not used julia in some time.
* | | | | Merge pull request #14924 from simonvandel/fix-jmcJoachim Fasting2016-05-02
|\ \ \ \ \ | | | | | | | | | | | | Oracle Java Mission Control: fix startup
| * | | | | Oracle Java Mission Control: fix startupSimon Vandel Sillesen2016-04-23
| |/ / / / | | | | | | | | | | | | | | | The jmc binary needed some runtime dependencies. JMC can now be run.
* | | | | nixpkgs: fix chez build failuresAustin Seipp2016-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Chez build was failing, as usual, due to impurities. The build system refers to absolute paths for tools like `ln` or `true`, which was the real culprit here. Furthermore the build also 'helpfully' suppresses errors in these cases by piping to /dev/null, so you never see any errors at build time until it's too late (otherwise, you'd see failures to call /bin/ln or at ./configure time). This also re-enables parallel builds, as they should be safe from all my testing, I believe. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | clang: Add compat `lib` attribute to have `stdenv.cc.cc.lib` always workTuomas Tynkkynen2016-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes tarball evaluation: http://hydra.nixos.org/build/35042997/nixlog/1/raw
* | | | | nixpkgs: chez scheme updateAustin Seipp2016-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the parallel build[1], and update to the latest commit which updates the .boot files and fixes a few bugs, too. [1] I figured many builds on my dual-socket 12core would expose problems, but I have a suspicion of that being an issue. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | nixpkgs: chez scheme 9.4Austin Seipp2016-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
| |_|_|/ |/| | |
* | | | ghc: update 8.0.x version to rc4Peter Simons2016-04-28
| |_|/ |/| |
* | | Remove cruftEelco Dolstra2016-04-26
| | |
* | | Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
|/ / | | | | | | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* | go: 1.6 -> 1.6.2Charles Strahan2016-04-23
| |
* | ghcjs-base: update via ghcjs-bootCharles Strahan2016-04-22
| | | | | | | | | | | | | | | | | | | | This pulls in two fixes for XMLHttpRequest for ghcjs-base: * Fix two typos for websockets https://github.com/ghcjs/ghcjs-base/pull/54 * Respect `.withCredentials`property of XHR https://github.com/ghcjs/ghcjs-base/pull/57