summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #43599 from ElvishJerricco/ghcjs-fixes-2018-07-15Peter Simons2018-07-16
|\ | | | | Various GHCJS 8.4 fixes
| * Update readme with --compiler option for GHCJSWill Fancher2018-07-16
| |
| * Added ghcjs-base to GHCJS 8.4 / 8.2Will Fancher2018-07-15
| |
| * Make GHCJS 8.4 the default, in line with LTS 12.xWill Fancher2018-07-15
| |
* | ghc: 8.6.1-alpha1 -> 8.6.1-alpha2Vaibhav Sagar2018-07-16
|/
* Merge pull request #43169 from samueldr/fix/stripDirsMatthew Bauer2018-07-14
|\ | | | | Fixes `stripDirs` use after signature change
| * openjdk-*: Fixes use of stripDirs.Samuel Dionne-Riel2018-07-07
| |
* | go_1_10: remove cache artifacts from packageJörg Thalheim2018-07-13
| | | | | | | | fixes #42465
* | Merge pull request #43400 from dtzWill/experimental/ghc-musl-nollvmWill Dietz2018-07-12
|\ \ | | | | | | ghc: don't use LLVM w/musl on non-cross
| * | ghc: don't use LLVM w/musl on non-crossWill Dietz2018-07-11
| | | | | | | | | | | | | | | Doesn't appear to be needed on musl-native on x86_64, and on non-x86(-64) it's included anyway.
* | | ponyc: 0.23.0 -> 0.24.0 (#43392)patternspandemic2018-07-12
|/ /
* | ghc821-binary: avoid mass-rebuild by using old dynamic linker stringWill Dietz2018-07-11
| |
* | ghc821-binary: disable ld override w/muslWill Dietz2018-07-11
| | | | | | | | | | Fixes conftest failure that I believe ends up using the wrong dynamic linker.
* | ghc821-binary: use glibc on muslWill Dietz2018-07-11
| | | | | | | | | | | | | | | | | | These prebuilt binaries need to be used with glibc, it doesn't matter what we're using otherwise. This may seem a bit strange but has the huge advantage of not needing to create/host/download musl-specific variants, and instead continue to use the official ones from upstream.
* | Merge pull request #43306 from dtzWill/fix/ghc-musl-targetsWill Dietz2018-07-11
|\ \ | | | | | | ghc{843,861}: add musl variants of "llvm-targets"
| * | ghc{843,861}: keep '-musleabi' in targets like w/'-gnueabi'Will Dietz2018-07-10
| | |
| * | ghc{843,861}: clone linux-gnu targets so musl variants are availableWill Dietz2018-07-10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes build with "muslpi" (armv6l-unknown-linux-musleabihf). This was done via patch at first but it wouldn't apply to both at once, and it's probably best to stick to just having musl clones for now (instead of patching 8.6.1 targets into 8.4.3 and hoping that's okay).
* | | julia: 0.6.2 -> 0.6.4Patrick Hilhorst2018-07-10
|/ /
* | rustc: Disable tests for nowEelco Dolstra2018-07-09
| |
* | Merge branch 'rustc' of https://github.com/Mic92/nixpkgsEelco Dolstra2018-07-09
|\ \
| * | rustc: 1.26.2 -> 1.27.0Jörg Thalheim2018-06-21
| | |
* | | remove redundant patch from GHC 8.6.1 for darwinJude Taylor2018-07-06
| | |
* | | Mint: 0.0.4 -> 0.1.0 (#43103)Michael Fellinger2018-07-06
| | |
* | | Merge pull request #42817 from Hodapp87/fix_mesa_gluMatthew Bauer2018-07-05
|\ \ \ | | | | | | | | appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
| * | | appleseed, structure-synth, luxcorerender: libGLU instead of mesa_gluChris Hodapp2018-06-30
| | | |
* | | | graalvm8: 1.0.0-rc1 -> 1.0.0-rc3 (#43061)volth2018-07-05
| | | |
* | | | Merge pull request #42187 from jameysharp/jdk-without-gnomeMatthew Bauer2018-07-05
|\ \ \ \ | | | | | | | | | | openjdk: fix build for !enableGnome2
| * | | | openjdk: fix build for !enableGnome2Jamey Sharp2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This OpenJDK packaging has a headless build configuration controlled by the `minimal` flag, which is regularly build-tested by Hydra, and a non-headless configuration based on pure Xlib libraries without Gnome features, which is not normally tested. Sometime before OpenJDK 8, the !enableGnome2 case broke, because it needs to link against libXrandr but that wasn't included in the buildInputs. If this patch is backported to NixOS 18.03 or earlier, the same fix needs to be applied to OpenJDK 9. I have tested OpenJDK versions 8, 9, and 10, but not any other versions.
* | | | | wcc: init unstable at 2018-04-05Orivej Desh2018-07-04
| | | | |
* | | | | kotlin: 1.2.50 -> 1.2.51Tim Steinbach2018-07-03
| | | | |
* | | | | ghc: add 8.6.1-alpha1 pre-releasePeter Simons2018-07-01
| |_|_|/ |/| | |
* | | | Merge pull request #39981 from timokau/sage-on-nixosMichael Raskin2018-07-01
|\ \ \ \ | |_|/ / |/| | | Sage on nixos
| * | | ecl_16_1_2: backport getcwd fixTimo Kaufmann2018-06-30
| | | |
* | | | treewide: http -> httpsRyan Mulligan2018-06-29
|/ / /
* | | Merge pull request #42638 from Ralith/vulkanMatthew Bauer2018-06-28
|\ \ \ | | | | | | | | Vulkan updates
| * | | glslang: 2018-02-05 -> 2018-06-21Benjamin Saunders2018-06-26
| | | |
| * | | shaderc: 2016-09-08 -> 2018-06-01Benjamin Saunders2018-06-26
| | | |
* | | | Merge pull request #42343 from Hodapp87/appleseed_prMatthew Bauer2018-06-28
|\ \ \ \ | | | | | | | | | | appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
| * | | | appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11Chris Hodapp2018-06-21
| | | | |
* | | | | Merge pull request #42459 from r-ryantm/auto-update/pony-stableMatthew Bauer2018-06-28
|\ \ \ \ \ | | | | | | | | | | | | pony-stable: 0.1.3 -> 0.1.4
| * | | | | pony-stable: 0.1.3 -> 0.1.4R. RyanTM2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pony-stable/versions. These checks were done: - built on NixOS - /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4/bin/stable passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.1.4 with grep in /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4 - directory tree listing: https://gist.github.com/3550bd75a6690902598b047ba7dba1a9 - du listing: https://gist.github.com/3f202ed132af36d390ed59ab7da008a6
* | | | | | treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* | | | | | treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| | | | | |
* | | | | | Merge pull request #42456 from dtzWill/fix/llvm4-triples-unconditionalWill Dietz2018-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | llvm4: unconditionally set triples, not just on musl.
| * | | | | | llvm4: unconditionally set triples, not just on musl.Will Dietz2018-06-23
| |/ / / / / | | | | | | | | | | | | | | | | | | Split off from #42454 as requested.
* | | | | | ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is standard for ghc compilers & much more convenient. This seems to fix the issues we have been having in ghcjs pkgs. Fixes #42032 Fixes #42617
* | | | | | Merge pull request #42412 from obsidiansystems/even-more-android-fixesMatthew Justin Bauer2018-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Even more android fixes
| * | | | | | ghc843: don’t apply stripping in androidMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks some library symbols apparently. ARM symbols must be incorrectly stripped. Also some very weird issues with patchelf.
| * | | | | | ghc: build shared on androidMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We run into issues otherwise
* | | | | | | ghcHEAD: useLLVM needed for musl here as wellWill Dietz2018-06-25
| | | | | | |