Commit Graph

3711 Commits

Author SHA1 Message Date
Shea Levy
be02229f06 Add libcxxStdenv attribute to recent llvm package sets 2016-10-25 10:29:40 -04:00
John Wiegley
8a60ebb816
jhc: Use the cc that's in scope when building 2016-10-24 15:28:08 -07:00
Maciek Starzyk
f2b3e3db2c nim: 0.15.0 -> 0.15.2 2016-10-24 21:08:54 +02:00
Thomas Tuegel
a953b6c1ca
ats2: clean up expression 2016-10-24 06:44:21 -05:00
Karn Kallio
df5ffdc4c1
ats2 : update to latest stable release 0.2.11 2016-10-24 06:40:30 -05:00
Tim Steinbach
ec6ed58dba Merge pull request #19697 from nexusdev/solc
Update Solidity compiler to latest version
2016-10-23 20:54:48 -04:00
Tim Steinbach
cfc4a0d7ae Merge pull request #19727 from dipinhora/ponyc-0.6.0
ponyc: 0.5.1 -> 0.6.0
2016-10-23 09:13:52 -04:00
Tim Steinbach
8022a0759e Merge pull request #19777 from NeQuissimus/rust_1_12_1
rust: 1.12.0 -> 1.12.1
2016-10-22 19:25:10 -04:00
Tim Steinbach
e4c38f36dd
openjdk: 8u122-00 -> 8u122-03 2016-10-22 14:27:12 -04:00
Tim Steinbach
96cc219524
rust: 1.12.0 -> 1.12.1 2016-10-22 13:49:23 -04:00
Vladimír Čunát
7aeca58779 Merge #14404: add a couple of vulkan utilities 2016-10-22 11:37:05 +02:00
Jörg Thalheim
78e64d2c14 Merge pull request #19413 from sheenobu/bugfix/16387/goroot
go_1_7: make $out/bin a link to $GOROOT/share/go/bin
2016-10-22 11:23:47 +02:00
dipinhora
ae4ef90fcb ponyc: 0.5.1 -> 0.6.0 2016-10-20 14:01:10 -04:00
Tim Steinbach
d2371e6084 Merge pull request #19457 from dipinhora/ponyc-update
ponyc: 2016-07-26 -> 0.5.1
2016-10-20 13:16:56 -04:00
Tim Steinbach
b922bedc46
oraclejdk: 8u101/102 -> 8u111/112 2016-10-19 19:57:13 -04:00
Daniel Brockman
afa3a20d3b solc: 0.4.1 -> 0.4.2 2016-10-19 19:38:07 +02:00
Daniel Brockman
7e78217f7c solc: 0.3.6 -> 0.4.1 2016-10-19 19:36:04 +02:00
Anthony Cowley
0f6ef7c41c llvm_39: fix on darwin 2016-10-19 01:53:13 -04:00
dipinhora
66113fb0fa ponyc: 2016-07-26 -> 0.5.1 2016-10-15 23:50:04 -04:00
obadz
540e3e8935 coreclr: 8c70800 -> 1.0.4 2016-10-15 12:15:35 +01:00
Alex Ivanov
a70dfe6ffb pakcs: add kkallio as maintainer 2016-10-15 05:24:42 +03:00
Alex Ivanov
1fa5aceda8 pakcs: fixed for darwin 2016-10-13 09:37:02 +03:00
Alex Ivanov
e9e69993b2 swiProlog: fixed for darwin 2016-10-13 09:36:49 +03:00
Daniel Peebles
77d1fb94f1 Merge pull request #19470 from copumpkin/fix-sierra
Fix Darwin stdenv to work on Sierra
2016-10-12 19:04:03 -04:00
Peter Simons
8c95f0ffaf ghcjs: revert "mark build as broken"
This reverts commit 8f07d4bd78. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.

(cherry picked from commit 56d033ac1b)
2016-10-12 16:52:41 +02:00
Tim Steinbach
259dcac753 Merge pull request #19484 from peterhoeg/vala
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Peter Hoeg
a6d1d06a95 vala: unify builders for various versions
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.

This PR gets rid of a ton of duplication and uses a standard builder.

Secondly, we add a definition for the latest vala 0.34.1.

Lastly, we add a generic "vala" that refers to the latest stable
version.

I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.

According to upstream:

"Well-maintained packages are expected to always build with the latest
stable Vala version."

Maybe this means that my generic builder is then no longer necessary. Oh well...

I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...

Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Benjamin Saunders
d608456005 shaderc-git: init at 2016-09-08 2016-10-12 13:19:34 +01:00
Benjamin Saunders
e0e27c83ab vulkan-loader: 1.0.21.0 -> 1.0.26.0
Also added asserts to ensure everything stays in sync.
2016-10-12 13:19:34 +01:00
lummax
efc51ce52d glslang: 2016-07-27 -> 2016-07-16
`vulkan-loader` requires a specific version of `glslang` as specified in
`<vulkan-loader-repo>/glslang_revision`.
2016-10-12 13:19:34 +01:00
Joe Hermaszewski
e6cfc62063 glslang: init at 20160727 2016-10-12 13:18:27 +01:00
Dan Peebles
d8a0307a5d [darwin.stdenv] Fix to work on Sierra
This reinstates the libSystem selective symbol export machinery we used
to have, but locks it to the symbols that were present in 10.11 and skips
the actual compiled code we put into that library in favor of the system
initialization code. That should make it more stable and less likely to
do weird stuff than the last time we did this.
2016-10-12 00:08:13 -04:00
Peter Simons
2804067fc8 Merge pull request #19462 from dipinhora/pony-stable
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
Vladimír Čunát
56e9bbfe65 Merge #18130: llvmPackages_38: 3.8.0 -> 3.8.1 2016-10-11 22:29:59 +02:00
dipinhora
8a7cb597ae pony-stable: init at 2016-10-10 2016-10-11 16:07:55 -04:00
Tim Steinbach
b116f9b0cd
rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0 2016-10-10 21:59:26 -04:00
Sheena Artrip
3e3a189cc6
go_1_7: make $out/bin a link to $GOROOT/share/go/bin 2016-10-10 00:10:05 -04:00
Will Dietz
5b3bf1fffa llvm-3.8: Fix clang build on non-darwin.
'set-xcode-analyzer' is only installed on APPLE.
2016-10-09 16:57:40 +02:00
Vincent Laporte
4168706d4f OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-09 11:55:19 +02:00
Tim Steinbach
b4b9b0fa9d
kotlin: 1.0.3 -> 1.0.4 2016-10-08 18:32:00 +00:00
Nikolay Amiantov
a1791e8543 Merge pull request #19167 from abbradar/java-gui
jre8: minimize minimal build and add more GUI dependencies to the regular one
2016-10-07 14:12:33 +04:00
Michael Raskin
667c2fb025 obliv-c: init at 0.0pre20161001 2016-10-06 17:48:05 +02:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging' 2016-10-06 09:51:02 -05:00
Joachim F
f7294c8df6 Merge pull request #19245 from gnidorah/master
pakcs: init at 1.14.0
2016-10-06 10:55:32 +02:00
Alex Ivanov
2aeb234f25 pakcs: update to 1.14.0 2016-10-05 21:20:58 +03:00
Vladimír Čunát
30f551d8b2 Merge branch 'master' into staging 2016-10-05 19:02:48 +02:00
Jörg Thalheim
1bd8d7710e Merge pull request #19125 from markus1189/bin-bash-cleanup
Bin bash cleanup
2016-10-05 17:16:00 +02:00
Peter Simons
2f0d0cd05a ghcjs: mark build as broken
(cherry picked from commit 8f07d4bd78)
2016-10-05 09:46:53 +02:00
Jörg Thalheim
d8f8983df4 Merge pull request #19208 from mstarzyk/nim
Nim & nimble upgrade
2016-10-05 09:10:52 +02:00
Alex Ivanov
cb79662bf3 pakcs: reborn 2016-10-04 22:49:07 +03:00