summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #5013 from doublec/alicemlMichael Raskin2014-12-26
|\ | | | | Update aliceml to use git version of Alice ML
| * Update aliceml to use git version of Alice MLChris Double2014-11-18
| | | | | | | | | | | | | | | | | | | | | | This allows 64 bit builds of Alice ML and removes the need for old versions of gcc to build. The license is changed to 'mit' from the 'bsd' that it was previously as the COPYING files in the alice and seam repositories appear to be the modern style MIT variant (also known as the ICU variant). Added myself as the maintainer.
* | Update default Haskell compiler from GHC 7.8.3 to 7.8.4.Peter Simons2014-12-24
| |
* | Add GHC 7.8.4 and create haskellPackages_ghc784 package set.Peter Simons2014-12-23
| |
* | rustcMaster: Update from 0.13.0-pre-2600-g34d6800 -> 0.13.0-pre-2604-g2f3cff6Ricardo M. Correia2014-12-22
| | | | | | | | The previous version had a serious bug.
* | rustcMaster: Update from 0.13.0-pre-1673-g3a325c6 -> 0.13.0-pre-2600-g34d6800Ricardo M. Correia2014-12-22
| |
* | Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-21
| |
* | ghc-head: bump version to most recent snapshotPeter Simons2014-12-18
| |
* | ghc-head: fix configure phase to make sure the compiler knows how to use gmp ↵Peter Simons2014-12-18
| | | | | | | | | | | | | | properly Start with version 7.9 of the compiler, the path to the gmp library must now be passed to the top-level configure script.
* | gcc-4.6: bump to 4.6.4Vladimír Čunát2014-12-14
| | | | | | | | The dropped patch was applied upstream within the update.
* | ghc-head: upgrade to 2014-12-10Mathijs Kwik2014-12-13
| |
* | hhvm: use upstream patches to fix the buildDomen Kožar2014-12-13
| | | | | | | | | | (cherry picked from commit b7894032b4708a8c9ccee99aca1b7d6166546d4d) Signed-off-by: Domen Kožar <domen@dev.si>
* | hhvm: 3.2.0 -> 3.3.0, fix buildDomen Kožar2014-12-12
| | | | | | | | | | (cherry picked from commit 9d0d9ae9f7ea940ea63dfe019c2818edd6fc376a) Signed-off-by: Domen Kožar <domen@dev.si>
* | Merge pull request #5282 from rickynils/java-truststore-envPeter Simons2014-12-12
|\ \ | | | | | | openjdk: Read SSL truststore from JAVAX_NET_SSL_TRUSTSTORE
| * | openjdk: Introduce JAVAX_NET_SSL_TRUSTSTORE envRickard Nilsson2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This small patch makes it possible to control java's truststore path through the environment. This lets you add (system- or session-wide) CAs that should be allowed by Java. Java users can still use -Djavax.net.ssl.truststore to override the truststore set by JAVAX_NET_SSL_TRUSTSTORE. Something like this can be used to build the truststore (in this example just using the standard pkgs.cacert CA-bundle): { environment.variables.JAVAX_NET_SSL_TRUSTSTORE = "${ pkgs.runCommand "cacerts" {} '' ${pkgs.perl}/bin/perl \ ${pkgs.path}/pkgs/development/compilers/openjdk/generate-cacerts.pl \ ${pkgs.jre}/bin/keytool \ ${pkgs.cacert}/etc/ca-bundle.crt mv cacerts $out '' }"; } Ideally, the dependency on pkgs.cacert should also be removed from pkgs.openjdk to avoid rebuilding java each time the standard CA-bundle changes. Something along the example above must then be added to NixOS (however, it would be nice to not depend on ${pkgs.jre}/bin/keytool to generate that environment variable).
* | | Update/Fix OVMFMichael Raskin2014-12-11
|/ /
* | haskell-Agda: update to 2.4.2.2Mateusz Kowalczyk2014-12-10
| |
* | Merge branch 'master' into stagingDomen Kožar2014-12-07
|\ \ | | | | | | | | | | | | Conflicts: pkgs/development/libraries/fontconfig/default.nix
| * | urweb: updated to version 20141206Maciek Starzyk2014-12-06
| | |
| * | rustSnapshot: upgraded to last masterGeorges Dubus2014-12-03
| | |
| * | icedtea7: Fix patchRicardo M. Correia2014-12-03
| | |
| * | icedtea: Regenerate sources.nixRicardo M. Correia2014-12-03
| | |
| * | icedtea: Simplify update scriptRicardo M. Correia2014-12-03
| | |
| * | icedtea7_web: 1.5.1 -> 1.5.2William A. Kennington III2014-12-02
| | |
| * | icedtea: 2.4.7 -> 2.5.3William A. Kennington III2014-12-02
| | |
| * | icedtea: Fix updater to work with latest icedtea changesWilliam A. Kennington III2014-12-02
| | |
| * | gcc-4.9: maintenance updateVladimír Čunát2014-12-01
| | |
| * | rustcMaster: Install docs (into $out/share/doc)Ricardo M. Correia2014-12-01
| | |
| * | ccl: fix paths to coreutilsmuflax2014-11-29
| | |
| * | Update my maintainershipRicardo M. Correia2014-11-29
| | |
| * | rustcMaster: Update from 0.12.0-pre-1336-g394269d -> 0.12.0-pre-1635-g29e928fRicardo M. Correia2014-11-29
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2014-11-28
|\| |
| * | ccl: 1.8 -> 1.10 (reapply after false revert)muflax2014-11-27
| | |
| * | Revert "ccl: 1.8 -> 1.10"Arseniy Seroka2014-11-28
| | |
| * | ccl: 1.8 -> 1.10muflax2014-11-27
| | |
* | | sdcc: fix build with glibc-2.20 (from upstream)Vladimír Čunát2014-11-27
| | |
* | | *: fix builds by disregarding warning from new glibcVladimír Čunát2014-11-26
| | | | | | | | | | | | | | | Says: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" CC: #4803. There will likely appear more of these errors on Hydra in time.
* | | Merge branch 'master' into stagingVladimír Čunát2014-11-26
|\| |
| * | julia -> 0.3.3Rene Donner2014-11-25
| | |
| * | lessc: add comment that versions > 2.x break twitter-bootstrapPascal Wittmann2014-11-25
| | |
* | | Fix old Go versionsEelco Dolstra2014-11-25
| | | | | | | | | | | | | | | http://hydra.nixos.org/build/17432147 http://hydra.nixos.org/build/17439772
* | | Merge branch 'master' into stagingVladimír Čunát2014-11-24
|\| |
| * | haskell-elm-get: jailbreak to fix build with recent http-clientPeter Simons2014-11-24
| | |
| * | rustcMaster: Update from 0.12.0-pre-1166-g0047dbe -> 0.12.0-pre-1336-g394269dRicardo M. Correia2014-11-21
| | | | | | | | | | | | Fixes #5056
| * | nasm: add a do-not-update commentVladimír Čunát2014-11-20
| | |
| * | nasm: downgrade again until syslinux gets fixedVladimír Čunát2014-11-20
| | | | | | | | | | | | | | | | | | Syslinux won't compile with the new version http://hydra.nixos.org/build/17236670 We've already had one update+revert cycle before. CC @psub.
| * | scala: lib.licenses instead of a stringMateusz Kowalczyk2014-11-19
| | |
| * | Add meta.branch to a bunch of packagesMateusz Kowalczyk2014-11-19
| | | | | | | | | | | | Gives better results in the monitor
| * | nasm: update from 2.11.05 to 2.11.06 and adopt itPascal Wittmann2014-11-19
| | |
| * | gforth: Install gforth.el & add meta-data.Moritz Ulrich2014-11-18
| | |