1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

3831 commits

Author SHA1 Message Date
Laverne Schrock 1a78981b2f ghc-8.0.1: switch to sphinx for documentation
Fixes #20281

"Since GHC 8.0, the User’s Guide is authored in ReStructuredText (or ReST
or RST, for short) a rich but light-weight mark-up language aimed at
producing documentation. The Sphinx tool is used to produce the final
PDF and HTML documentation."
- http://ghc.readthedocs.io/en/8.0.1/editing-guide.html
2016-12-28 17:30:16 +01:00
Laverne Schrock ca41610e8a ghc-8.0.1: enable documentation builds by passing the required XML/XSLT toolchain 2016-12-28 17:30:16 +01:00
mingchuan 06090a73bb crystal: fix build in chroot environment, again
forgot to patch interpreter of the script used by Makefile,
carefully ensure it can build without /usr/bin/env this time.
2016-12-28 11:15:12 +01:00
mingchuan a0922271d3 crystal: fix build in chroot environment
previous build failed on hydra because /usr/bin/env
do not exist in a chroot build environment.
2016-12-27 00:28:51 +08:00
Karn Kallio 4383aa26f2 ats2 : advance to latest version 0.2.13 2016-12-25 10:34:14 +00:00
Daiderd Jordan 1d67f6e3ea Merge pull request #21401 from johbo/darwin-dmd
dmd: Fix build for Darwin
2016-12-25 09:08:50 +01:00
Johannes Bornhold e4f30acb14 dmd: Fix build for Darwin 2016-12-25 04:58:31 +01:00
Daiderd Jordan 481569e580 Merge pull request #21339 from sifmelcara/add/crystal-lang
crystal: init at 0.20.3
2016-12-24 23:14:58 +01:00
mingchuan 7908185400 crystal: init at 0.20.3
A compiled language with Ruby like syntax and type inference.
2016-12-25 01:14:09 +08:00
Peter Simons d82a1abbb4 ghcjs: mark this build as broken 2016-12-24 16:15:35 +01:00
Arseniy Seroka a45ffc7e49 Merge pull request #21205 from boronine/haxe-3.2.1
haxe: 3.1.3 -> 3.2.1
2016-12-23 22:07:07 +03:00
Peter Simons 53bc16ad30 Merge pull request #21369 from mpickering/master
Update GHC 8.0.2 to RC 2
2016-12-23 10:27:49 +01:00
Matthew Pickering d8a8e1cd0a Update GHC 8.0.2 to RC 2 2016-12-23 01:44:30 +00:00
Graham Christensen 3e1ad38909
go_bootstrap: Fix credential test for new user namespacing 2016-12-21 21:40:29 -05:00
Graham Christensen adc2a8f648
Fix go_1_6 test
In a user namespace, sending credentials for an unmapped user return
EINVAL instead of EPERM. So handle that case.
2016-12-21 19:30:35 -05:00
Eelco Dolstra 45043abd2d
Fix go test
In a user namespace, sending credentials for an unmapped user return
EINVAL instead of EPERM. So handle that case.

http://hydra.nixos.org/build/44839000
(cherry picked from commit 1dd0fb6b5a)
2016-12-21 19:30:34 -05:00
Eelco Dolstra 953fe37009
gcc: 6.2.0 -> 6.3.0 2016-12-21 15:48:25 +01:00
Will Dietz 387066357d ghc-8.x: paxmark ghc and haddock 2016-12-19 10:55:29 +01:00
Will Dietz 708070d232 7.4.2-binary: paxmark ghc binary 2016-12-19 10:55:29 +01:00
Vincent Laporte 3c7bd996e6 Revert "teyjus: 2.0b2 -> 2.1"
This reverts commit 7f501d7f02.
2016-12-18 09:51:00 +00:00
Alexei Boronine 0a1278a679 haxe: 3.1.3 -> 3.2.1 2016-12-16 21:54:30 +08:00
Daiderd Jordan 891e391cdb
go: 1.7.3 -> 1.7.4 2016-12-15 17:17:58 -05:00
Graham Christensen 503c57237f
go_1_6: 1.6.3 -> 1.6.4 for DoS vector 2016-12-15 17:17:58 -05:00
Tomas Hlavaty b23b7a8174 ecl: add threadSupport option 2016-12-13 22:35:16 +01:00
Alexei Boronine 1beb9e6d1e haxe: enable darwin platform (#21127) 2016-12-13 19:22:31 +01:00
Tuomas Tynkkynen c5ed16406b Merge pull request #21072 from boronine/neko-2.1.0
neko: 2.0.0 -> 2.1.0
2016-12-13 18:51:33 +02:00
Ricardo M. Correia 6b89121c20 Merge pull request #21126 from kamilchm/ponyc
ponyc: 0.9.0 -> 0.10.0
2016-12-13 16:42:48 +01:00
Michael Raskin 1d0fb40af0 abcl: init at 1.4.0 2016-12-13 16:25:24 +01:00
Vladimír Čunát d43dc3d38b
Merge #20908: inform7: init at 6M62 2016-12-13 15:48:00 +01:00
Kamil Chmielewski dcee4214b9 ponyc: 0.9.0 -> 0.10.0 2016-12-13 15:40:35 +01:00
Matthew Justin Bauer fd2cf186b0 openjdk-darwin: Fix libfreetype path (#21089)
The freetype path was not working. This fixes it to use the nix
freetype version with install_name_tool.
2016-12-13 09:47:50 +01:00
Joachim Schiele 1f811a6727 rustcNightlyBin.rustc: revision bump 2016-11-26 to 2016-12-05 with fix to contain components as libcore 2016-12-12 18:59:10 +01:00
Alexei Boronine 87f0ad66bf Add patches referenced in neko issue 131 2016-12-12 01:33:01 +08:00
Alexei Boronine 729b21adbb neko: set cmake flag -DRUN_LDCONFIG=OFF 2016-12-12 01:11:24 +08:00
Alexei Boronine 00befaff7e neko: 2.0.0 -> 2.1.0 2016-12-11 22:34:58 +08:00
vbgl 44234570ec Merge pull request #20867 from vbgl/omake-0.10.1
omake: update to 0.10.1
2016-12-09 21:49:21 +00:00
Frederik Rietdijk c25fc0f173 Merge pull request #20915 from nexusdev/solc
solc: 0.4.4 -> 0.4.6
2016-12-09 22:42:06 +01:00
Daniel Brockman 63b0e86908 solc: add explanation for why not fetchFromGitHub 2016-12-06 13:54:52 +01:00
Tim Steinbach 200715b022
scala: 2.12.0 -> 2.12.1 2016-12-05 19:38:26 -05:00
Daniel Brockman a63732ef95 solc: 0.4.4 -> 0.4.6 2016-12-05 11:22:22 +01:00
Susan Potter 8d926260ef
inform7: init at 6M62 2016-12-04 17:22:54 -06:00
Tomas Hlavaty 9adbe60c81 sbcl: 1.3.11 -> 1.3.12 2016-12-05 00:15:55 +01:00
Michael Raskin 18eb185591 sbclBootstrap: list something for Solaris 2016-12-04 14:26:30 +01:00
Tomas Hlavaty c410dc75f2 sbcl: avoid using wrong options 2016-12-04 14:26:30 +01:00
Tomas Hlavaty 194a2ae86a sbcl: fix disabling threadSupport 2016-12-04 14:26:30 +01:00
Tomas Hlavaty d281a93960 sbcl: 1.3.10 -> 1.3.11 2016-12-04 14:26:30 +01:00
Vincent Laporte 7f501d7f02 teyjus: 2.0b2 -> 2.1 2016-12-02 19:49:07 +00:00
Kamil Chmielewski d4858edf57 ponyc: 0.6.0 -> 0.9.0 2016-12-01 22:29:44 +01:00
Peter Simons 2605149d15 ghc-8.0.2: cosmetic 2016-11-30 09:47:37 +01:00
Peter Simons fb9f9926cd ghc-8.0.2: drop use of the obsolete response file patch
Our gcc wrapper has been fixed to deal with those files properly.
2016-11-30 09:46:44 +01:00