Jakob Gillich
3e2495be57
rustcMaster: 2016-02-25 -> 2016-03-22
2016-03-22 13:16:56 +01:00
Vladimír Čunát
2d72bc1402
sbcl: add purgeNixReferences
option ( close #13997 )
...
... to support creating executables portable to non-NixOS.
2016-03-18 08:07:13 +01:00
Joachim Fasting
e5bbf35b68
julia-git: pass march=pentium4 for i686 targets
...
https://hydra.nixos.org/build/33235880/nixlog/1/raw
2016-03-17 16:15:04 +01:00
Tim Steinbach
9a9659e908
kotlin: 1.0.0 -> 1.0.1
2016-03-16 23:20:10 +00:00
Vladimír Čunát
c643ccaa8c
Merge #13950 : move ncurses utilities to $out
2016-03-16 08:39:37 +01:00
zimbatm
9504992e1d
Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
...
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Thomas Tuegel
d39b1db400
Merge pull request #13880 from acowley/juliamac
...
julia: darwin compatibility
2016-03-13 10:38:04 -05:00
Joachim Fasting
f82a46cf58
fstar: 2016-01-12 -> 0.9.2.0
...
FStar has been broken for a while, due to its regression test failing.
Bump to the latest release, which is newer than the previous rev.
2016-03-13 09:41:24 +01:00
Anthony Cowley
889d6d11a3
julia: darwin compatibility
...
Along with PR #13879 , these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864
The libgit2 change is mechanical to pull in iconv on darwin.
The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Arseniy Seroka
a25d2a7466
Merge pull request #13717 from zohl/banshee
...
[WIP] Banshee
2016-03-12 20:19:49 +03:00
Thomas Tuegel
42b1e8ee58
ghc-6.10.2-binary: fix evaluation error on Darwin
2016-03-11 10:30:45 -06:00
Eelco Dolstra
dd53c65dcc
Merge remote-tracking branch 'origin/gcc-5' into staging
...
Still some breakage but no blockers:
http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Eelco Dolstra
2af1cb3aa6
Merge remote-tracking branch 'origin/binutils-2.26' into staging
...
This still breaks a few packages, but nothing really major:
http://hydra.nixos.org/eval/1241850?filter=x86_64-linux&compare=1237919&full=#tabs-now-fail
2016-03-11 11:58:49 +01:00
Eelco Dolstra
a11a281071
go-1.4: Update binutils patch to handle i686-linux
...
http://hydra.nixos.org/build/32872391
2016-03-10 21:06:13 +01:00
zimbatm
73de4019f0
Merge pull request #13784 from matthewbauer/new-pkgs
...
add wla-dx and rgbds
2016-03-10 10:04:47 +00:00
Matthew Bauer
4939b6848f
wla-dx: init at 8189fe8d
2016-03-09 12:39:34 -06:00
Arseniy Seroka
ed0a7695bf
Merge pull request #13789 from puffnfresh/upgrades
...
scala: 2.11.7 -> 2.11.8
2016-03-09 17:19:38 +03:00
Brian McKenna
416e2ceab6
scala: 2.11.7 -> 2.11.8
2016-03-09 23:33:59 +11:00
Matthew Bauer
f0e5910c24
rgbds: init at 0.2.4
2016-03-09 00:44:01 -06:00
Thomas Tuegel
3ef7671cea
ncurses: combine $lib and $out outputs
...
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Al Zohali
2edba48531
boo: init at 20131021
2016-03-07 23:21:01 +03:00
Eelco Dolstra
ff69fc6fb9
go-1.4: Fix build against binutils 2.26
...
The go linker barfed on the new relocation types emitted by binutils
2.26.
https://github.com/golang/go/issues/13114
http://hydra.nixos.org/build/32554876
2016-03-07 13:03:31 +01:00
Tuomas Tynkkynen
8b8369373b
Merge pull request #13683 from aneeshusa/use-yacc-to-generate-as31-parser
...
as31: use yacc to generate parser.c file
2016-03-05 13:03:07 +02:00
Aneesh Agrawal
3b5ff2761c
as31: use yacc to generate parser.c file
...
The source includes a generated parser.c file which is out of date and
causes errors on x86_64 in certain cases. Delete this file so that make
will use yacc to generate a correct parser.c file.
Change taken from comments at https://aur.archlinux.org/packages/as31/ .
2016-03-04 21:54:24 -05:00
Lluís Batlle i Rossell
7f7c2171c0
Update ghdl mcode to 0.33.
...
(cherry picked from commit e9d6aadc51ecdd274cd383a99ea840a94b58d954)
2016-03-03 14:06:07 +01:00
Eelco Dolstra
6d97de951d
cudatoolkit: Add version 7.5.18
2016-03-02 21:35:46 +01:00
Eelco Dolstra
6c1e3a82de
cudatoolkit: Merge into one file and use callPackages
2016-03-02 21:35:46 +01:00
Eelco Dolstra
62c562a522
gcc: Remove 4.3 and 4.4
...
GCC 4.3 was used by only one package ("self"), which I've marked as
broken.
2016-03-02 18:01:17 +01:00
Domen Kožar
d72e93f59d
remove lvm_33, fixes #12310
2016-03-02 16:54:30 +00:00
Jude Taylor
4686bc54a6
add socket.io to interactive ghcjs environments
2016-03-01 16:06:29 -08:00
Tomas Hlavaty
765c6c5f2c
sbcl: 1.3.2 -> 1.3.3
2016-02-29 21:03:27 +01:00
Michael Raskin
1685ad2367
Update ECL
2016-02-29 17:23:58 +01:00
Eelco Dolstra
83011723af
gcc: Use the pre-C++11 ABI by default
2016-02-28 17:54:11 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Michael Raskin
b9853c0b9b
ecl: fix source URL
2016-02-27 08:14:01 +01:00
Jude Taylor
f6c3b13c7c
ghcjs: pull in ghcjsi branch
2016-02-26 11:27:47 -08:00
Graham Christensen
8132a5ae76
go-1.6: remove the cacert 1.5 patch
...
Removed in 58dbaf69b7
2016-02-26 12:32:33 -06:00
zimbatm
accc1f1484
go: 1.4: disable failing test in sandbox
2016-02-26 18:00:11 +00:00
zimbatm
58dbaf69b7
go: remove ssl certs patches
...
Those are not needed since we now use a standard location to store our
bundles.
See bfebc7342e
2016-02-26 17:58:58 +00:00
Philipp Hausmann
fbd857ab72
uhc: 1.1.9.2 -> 1.1.9.3
2016-02-26 12:12:53 +01:00
Graham Christensen
26c2f71131
rustUnstable.rustc: 2015-08-09 -> 2016-02-22
2016-02-25 13:51:12 +03:00
Ryan Trinkle
55720db388
ghcjs: Make ghcjs-boot source code overridable
2016-02-24 16:29:13 -05:00
Jude Taylor
beea8537f7
clean up usage of procps in rustc
2016-02-23 16:42:51 -08:00
Gabriel Ebner
151fd89ba0
polyml: 5.5.2 -> 5.6
2016-02-23 14:19:04 +01:00
Benjamin Staffin
960b11e7e8
jsonnet: 0.8.5 -> 0.8.6
2016-02-22 18:20:54 -08:00
Robin Gloster
06546b0ec1
Merge pull request #13143 from onlinemediagroup/ios_cross_compiler
...
ios-cross-compile: init at Feb 16, 2016
2016-02-22 19:17:22 +00:00
Edgar Aroutiounian
058c768892
ios-cross-compile: init at 9.2
2016-02-22 11:16:11 -08:00
John Ericson
51b66ed4d9
haskell: Add notion of cross compiler and define nativeGhc with it
...
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
114cd6765d
haskell: Expose the package set used to build each GHC, where possible
...
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
e6d3a4e7d1
ghcjs: Remove wrapper, which seems long unused
2016-02-21 10:16:13 -08:00
Charles Strahan
64f145a3e7
Merge pull request #12920 from osener/patch-1
...
closurecompiler: 20151015 -> 20160208
2016-02-20 21:01:30 -05:00
Charles Strahan
eb905c2d76
Merge pull request #13084 from nathan7/go-1.6
...
go: add 1.6 compiler and packages
2016-02-20 20:41:44 -05:00
Michael Raskin
a0912fd3b4
lazarus: 1.4.4 -> 1.6
2016-02-20 11:36:37 +01:00
Nathan Zadoks
673bc7f32a
go: add 1.6 compiler and packages
2016-02-19 12:26:47 +01:00
Charles Strahan
c374ce26b0
ghcjs-shims: 2016/01/07 -> 2016/02/10
...
Bump revisions: 45f44f5f027 -> 4df1808d031
2016-02-18 19:15:02 -05:00
Charles Strahan
bbce88302a
ghcjs: fix building with cabal-install-1.22.8.0
2016-02-18 03:15:59 -05:00
Nikolay Amiantov
57b3ad8962
Merge pull request #13070 from jgillich/elm
...
elm: update to latest revs
2016-02-17 17:17:20 +03:00
Jakob Gillich
d006529ca9
elm: update to latest revs
...
Some tags were updated with bug fixes. Also fixed update-elm.rb to
include the callPackage argument for release.nix.
2016-02-17 14:59:29 +01:00
Vladimír Čunát
e9520e81b3
Merge branch 'master' into staging
2016-02-17 10:06:31 +01:00
Josef Knedl
0fe58cade5
gcc: fix #12836 : build on darwin
...
Patch is based on GCC Bug 66523:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66523
2016-02-17 09:42:10 +01:00
Arseniy Seroka
d24ec76cc2
Merge pull request #13009 from NeQuissimus/kotlin10
...
kotlin: 1.0.0-rc-1036 -> 1.0.0
2016-02-15 22:14:58 +03:00
Tim Steinbach
5a7324ba13
kotlin: 1.0.0-rc-1036 -> 1.0.0
2016-02-15 16:47:58 +00:00
Pascal Wittmann
29e819ab6f
colm: 0.12.0 -> 0.13.0.3
2016-02-15 17:35:11 +01:00
Michael Raskin
eba068da62
julia: add julia-git, a snapshot from mid-February with LLVM-3.7 (so it actually works in fresh NixPkgs)
2016-02-14 21:17:07 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Ozan Sener
078a19c43f
closurecompiler: 20151015 -> 20160208
2016-02-10 16:50:59 +02:00
Ricardo M. Correia
05a8185fda
icedtea_web: 1.6.1 -> 1.6.2
2016-02-08 18:46:46 +01:00
Ollie Charles
37d67b0cdf
haskell.packages.ghc801: Update to RC 2
2016-02-08 14:11:49 +00:00
taku0
ae6f06be03
oraclejdk: 8u71, 8u72 -> 8u73, 8u74
2016-02-08 09:56:23 +09:00
Tomas Hlavaty
667ad7740f
sbcl: 1.3.1 -> 1.3.2
2016-02-06 14:37:59 +01:00
Arseniy Seroka
5154e8c491
Merge pull request #12823 from NeQuissimus/kotlin-1.0rc1036
...
kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036
2016-02-04 23:34:46 +03:00
Michael Raskin
624006fcf5
ecl: 15.3.7 -> 16.0.0; homepage is at common-lisp.net now
2016-02-04 19:31:53 +01:00
Tim Steinbach
7cc2756f31
kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036
2016-02-04 11:31:12 -05:00
Pascal Wittmann
1b998d97a9
Merge pull request #12810 from aneeshusa/add-as31
...
as31: init at 2.3.1
2016-02-04 08:35:45 +01:00
Aneesh Agrawal
b4c449635a
as31: init at 2.3.1
2016-02-04 01:37:28 -05:00
Nikolay Amiantov
d9c4fc4de9
Merge pull request #12682 from zohl/nant
...
NAnt
2016-02-03 22:56:12 +03:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Vladimír Čunát
7fa9a1abce
Merge #12783 : add some meta.platforms attributes
2016-02-03 09:10:19 +01:00
Tuomas Tynkkynen
37fbf0e24f
dtc: Builds on Darwin
2016-02-03 04:46:09 +02:00
Ricardo M. Correia
9725e067ff
rustcMaster: build against bundled LLVM
...
This is a workaround for what appears to be issue rust-lang/rust#30970 .
Without this change, rustcMaster will fail to build the clippy library
due to linking errors against LLVM (and ncurses, for some reason).
I expect this commit to be reverted once that issue is fixed upstream.
2016-02-02 19:51:27 +01:00
Ricardo M. Correia
473fd7746e
rustc: 1.5.0 -> 1.6.0
2016-02-02 17:25:44 +01:00
Ricardo M. Correia
74657bae85
rustcMaster: 2016-01-10 -> 2016-02-01
2016-02-02 17:25:44 +01:00
Domen Kožar
0b3becb269
Merge pull request #12701 from mayflower/builder-def-cleanup
...
builderDefsPackage cleanup
2016-02-01 21:09:34 +00:00
Al Zohali
7443f9d00a
mono: add gmcs symlink
2016-02-01 21:02:21 +03:00
Charles Strahan
05b2afed33
ghcjs: build hoogle docs for base libraries
2016-01-31 20:45:28 -05:00
Charles Strahan
ec1e4d5495
ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1
2016-01-31 20:07:12 -05:00
Robin Gloster
cf33734351
gcl: use mkDerivation
2016-01-30 20:31:02 +00:00
Philipp Hausmann
22506c7bf3
uhc: Use Stackage LTS 4.1 to build UHC
2016-01-29 19:35:13 +01:00
Peter Simons
2c78c7b84b
Merge pull request #12649 from grwlf/urweb
...
urweb: version bump
2016-01-27 23:27:32 +01:00
Sergey Mironov
f9ab62431c
urweb: version bump
2016-01-27 23:13:13 +03:00
vbgl
5b153a1c2c
Merge pull request #12617 from pmahoney/darwin-mono
...
Get mono building on darwin
2016-01-27 14:27:44 +01:00
Patrick Mahoney
1d20ec0ff9
mono: build on darwin
2016-01-26 09:34:45 -06:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Vincent Laporte
c0691a0659
compcert: 2.5 -> 2.6
2016-01-25 11:48:47 +01:00
Charles Strahan
95d892ec26
ghcjs: update and fix ghcjs/reflex libs
...
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Charles Strahan
4fd985b9ae
haskell-packages: properly set postPatch
...
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc
ghcjs: fix the build
2016-01-24 13:28:24 -05:00
Edward Tjörnhammar
e8cc9204a8
Merge pull request #12568 from gebner/idea-openjdk8
...
idea: fix problems with openjdk8
2016-01-24 10:29:54 +01:00
Tuomas Tynkkynen
ed7dbb46a8
treewide: Mass replace 'zlib}/lib' to refer the 'out' output
2016-01-24 10:03:39 +02:00
Tuomas Tynkkynen
d91c7347d1
treewide: Mass replace 'openssl}/lib' to refer the 'out' output
2016-01-24 10:03:38 +02:00
Tuomas Tynkkynen
8eb5d7d037
treewide: Mass replace 'ncurses}/lib' to refer the 'lib' output
2016-01-24 10:03:38 +02:00
Tuomas Tynkkynen
df8495fb18
treewide: Mass replace 'gmp}/lib' to refer the 'out' output
2016-01-24 10:03:35 +02:00
Tuomas Tynkkynen
a1909d7380
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
2016-01-24 10:03:35 +02:00
Tuomas Tynkkynen
d005808127
treewide: Mass replace 'boehmgc}/lib' to refer the 'out' output
2016-01-24 10:03:33 +02:00
Tobias Geerinckx-Rice
32d40f0f98
Remove no longer (or never) referenced patches
...
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Gabriel Ebner
b47d2f8029
openjdk8: do not symlink icc profiles
2016-01-23 13:22:48 +01:00
Domen Kožar
542bf5bf41
elm: recurseIntroAtrs and use GHC 7.10.3
2016-01-22 13:39:18 +01:00
Kamil Chmielewski
c46625f98e
nim: 0.11.2 -> 0.13.0
2016-01-20 17:48:45 +01:00
Rok Garbas
b19d702b65
oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498
2016-01-20 16:10:36 +01:00
Rok Garbas
4f40a45426
oraclejdk8: 8u65 -> 8u72
2016-01-20 04:42:30 +01:00
Arseniy Seroka
5f767b2580
Merge pull request #12462 from wizeman/u/add-fstar
...
fstar: init at 2016-01-12
2016-01-19 16:41:44 +03:00
Peter Simons
cdd07d166b
uhc: the build is broken (and will be for the foreseeable future)
2016-01-19 11:10:29 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Ricardo M. Correia
097c82f6c5
fstar: init at 2016-01-12
2016-01-19 01:46:30 +01:00
Vladimír Čunát
620c147cce
Merge branch 'master' into staging
2016-01-18 09:48:49 +01:00
William Casarin
e66965fdee
terra: init at git-2016-01-06
2016-01-17 17:30:01 -08:00
Tobias Geerinckx-Rice
837594fe6b
Merge pull request #12363 from expipiplus1/llvm-enable-shared
...
llvm: Add enableSharedLibraries option to 3.5 and 3.6
2016-01-18 01:41:25 +01:00
Peter Simons
623664daaa
ghc-8.0.1: drop unused docbooc-related build inputs
...
The documentation is now built via Sphinx (todo).
2016-01-15 20:47:58 +01:00
Vladimír Čunát
2d0893088f
Merge branch 'master' into staging
2016-01-15 13:43:57 +01:00
Arseniy Seroka
be12086866
Merge pull request #12371 from otwieracz/master
...
ccl updated to 1.11
2016-01-14 19:01:32 +03:00
Nathan Zadoks
174221b744
go: 1.5.2 -> 1.5.3
...
This addresses CVE-2015-8618 (a vulnerability in math/big)
This issue can affect RSA computations in crypto/rsa, which is used by
crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA
private key due to this issue. Other protocol implementations that
create many RSA signatures could also be impacted in the same way.
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
2016-01-14 14:55:43 +01:00
Rob Vermaas
3da892a18e
Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin.
...
(cherry picked from commit 5f3e33b8ec
)
2016-01-14 10:29:18 +00:00
Rob Vermaas
5f3e33b8ec
Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin.
2016-01-14 02:28:16 -08:00
Slawomir Gonet
e056b66613
ccl: 1.10 -> 1.11
2016-01-14 08:33:23 +01:00
Jude Taylor
552207f5ef
package GHC-8.0.1-rc1
2016-01-13 12:04:18 -08:00
Joe Hermaszewski
9238521b1c
llvm: Add enableSharedLibraries option to 3.5 and 3.6
2016-01-13 15:21:23 +00:00
Nikolay Amiantov
cdb5f269e2
rustcMaster: 2015-12-09 -> 2016-01-10
2016-01-13 13:48:24 +03:00
Vladimír Čunát
c0518e6777
ghc: fixup recent changes with multiple outputs
2016-01-12 23:57:47 +01:00
Peter Simons
1ec9144cad
ghcjs: mark broken
...
Citing from http://hydra.cryp.to/build/1533084/log/raw :
Configuring ghcjs-0.2.0...
Setup: At least the following dependencies are missing:
aeson >=0.7 && <0.10,
haskell-src-exts ==1.16.*,
optparse-applicative ==0.11.*,
syb >=0.4 && <0.6
This issue has been present for a while now, and it's only gotten worse.
2016-01-11 12:06:03 +01:00
Robin Gloster
897fb98a96
llvm: 3.7.0 -> 3.7.1 ( close #12200 )
...
This obsoletes a backport for rust.
2016-01-07 11:12:54 +01:00
Johannes Bornhold
7672c68ed7
dmd: Avoid depending on gcc for the darwin build ( close #11949 )
...
Adding stdenv.cc into the PATH, also setting CC, so that on Darwin
clang will be used by default. Still allowing to use an existing value
of CC if it is set already.
Replacing __inline_isnanl with __inline_isnan on darwin since the former
one was not defined.
2016-01-06 15:06:53 +01:00
Eelco Dolstra
0db7ccb5c6
gcc: Respect $SOURCE_DATE_EPOCH
2016-01-05 17:21:48 +01:00
Vladimír Čunát
b1acaffe67
Merge branch 'master' into staging
2016-01-05 10:28:58 +01:00
Mateusz Kowalczyk
44f5980a43
orc: update from 0.4.23 to 0.4.24
2016-01-03 20:51:14 +00:00
Philipp Hausmann
b574af31f4
maintainers: Make attrname match my github account
2016-01-03 10:27:30 +01:00
Benjamin Staffin
212b83433d
go1.5: Fix Darwin build by disabling a broken test ( close #12075 )
...
TestNohup appears to work on Darwin if the test suite is running
attached to a terminal, but not when Nix runs it.
2016-01-02 12:29:26 +01:00
janus
072da541de
FreeBSD: undo removal of Solaris and remove changes to native stdenv now that FreeBSD has its own
2016-01-01 17:01:13 +00:00
janus
f351aaaf85
FreeBSD: use own stdenv, do not run libtiff tests, use PIC for zlib
2016-01-01 17:01:13 +00:00
janus
a1ade02cdc
FreeBSD support
2016-01-01 16:59:48 +00:00
Michael Raskin
5446554002
lazarus: 1.2.6 -> 1.4.4
2016-01-01 12:30:17 +03:00
Michael Raskin
a102de361b
fpc: 2.6.4 -> 3.0.0
2016-01-01 12:30:17 +03:00
Vladimír Čunát
9d1343414a
gcc: switch back to 4.9
...
Also sync a tiny difference in docs outputs from gcc-5.
I originally assumed that people will push gcc-5 support to master
long before closure-size gets there, but I overestimated the situation.
We haven't really settled even the issue of ABI switch,
so let's use the same gcc version on closure-size and master.
2015-12-31 10:34:58 +01:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Arseniy Seroka
51c9093ce7
Merge pull request #12025 from VShell/icestorm
...
yosys, arachne-pnr, icestorm: init
2015-12-30 20:44:05 +03:00
Michael Raskin
f7ab821916
Julia: update libuv version
2015-12-30 18:17:43 +01:00
Shell Turner
c485543c7c
yosys: init at 2015.12.29
2015-12-30 16:52:41 +00:00
Shell Turner
f11ec866ad
arachne-pnr: init at 2015.12.29
2015-12-30 16:52:41 +00:00
Arseniy Seroka
801d4298dc
Merge pull request #11938 from NeQuissimus/kotlinb4hf
...
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-25 17:27:06 +03:00
Moritz Ulrich
c11f6c9dc7
rustc-1.5.0: Don't force bundled LLVM
2015-12-24 21:14:06 +01:00
Robin Gloster
b26aa99d9d
rustc: 1.4.0 -> 1.5.0
2015-12-24 21:14:06 +01:00
Moritz Ulrich
b45161fbbe
llvm: Add backported patch for Rust.
...
Rust runs into a bug with LLVM 3.7.0 that's fixed in the upcoming
release 3.7.1. This commit backports this fix.
2015-12-24 21:14:06 +01:00
Tim Steinbach
84accab674
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-24 13:24:57 -05:00
Tim Steinbach
eb8e309d2b
kotlin: 1.0.0-beta-3595 -> 1.0.0-beta-4583, fixes #11883
2015-12-23 01:50:06 +01:00
Gaëtan André
ff58a9831b
matter-compiler: initial expression, fixes #11780
2015-12-18 15:49:57 +01:00
Peter Simons
1f108490f1
ghc-HEAD: update build instructions and bump version to current Git master
...
Closes https://github.com/NixOS/nixpkgs/issues/10752 .
2015-12-16 21:33:56 +01:00
Peter Simons
878692e645
ghc-7.10.3: remove the obsolete build.mk file
...
New versions of GHC allow us to specify those things on the
command-line, so the build.mk file is no longer necessary.
2015-12-16 21:33:56 +01:00
Peter Simons
a421e7bd4a
ghc-7.10.3: don't pass compiler or linker flags through a response file
...
The new GHC version contains a patch [1] that passes linker and compiler flags
to GCC via response files rather than directly on the command-line. This is
supposed to be beneficial on Windows and other platforms that have trouble
dealing with long argument lists. On NixOS, however, this feature breaks the
flag handling provided by gcc-wrapper [2] and therefore causes the entire GHC
build to fail.
This issue has been reported upstream at [3]. It's not clear yet how to remedy
this problem, but until we've figured that out we just don't pass compiler flags
in response files on NixOS to fix https://github.com/NixOS/nixpkgs/issues/10752 .
[1] 296bc70b5f
[2] https://github.com/NixOS/nixpkgs/issues/11762
[3] https://ghc.haskell.org/trac/ghc/ticket/11147
2015-12-16 21:33:56 +01:00
Peter Simons
eae27e7798
ghc: update version 7.10.3 to 7.10.3a
...
Apply upstream patches that fix minor cosmetic issues in the documentation.
2015-12-16 21:33:56 +01:00
Rene Donner
36ab097c6c
julia: 0.4.0 -> 0.4.2
2015-12-15 20:38:08 +01:00
Shea Levy
fb21fe3001
Merge branch 'update_gcc5' of git://github.com/lancelotsix/nixpkgs
2015-12-12 09:31:02 -05:00
Lancelot SIX
4cf6fef6fc
pkgs.gcc5: 5.2.0 -> 5.3.0
...
gcc-5.3.0 is a bug-fix release from the GCC 5 branch.
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00002.html
2015-12-12 14:41:53 +01:00
David A Roberts
7200a5c079
cmdstan: init at 2.9.0
2015-12-12 22:42:01 +10:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Arseniy Seroka
a075650b1d
Merge pull request #11568 from benley/patch-1
...
closure-compiler: allow building on darwin
2015-12-10 17:31:16 +03:00
Ricardo M. Correia
6baa633064
rustcMaster: 2015-11-01 -> 2015-12-09
2015-12-09 20:15:59 +01:00
Peter Simons
4cca974eb6
ghc: add version 7.10.3
2015-12-09 16:03:20 +01:00
Benjamin Staffin
8d3b318c42
closure-compiler: allow building on darwin
...
Near as I can tell it works fine.
2015-12-09 00:48:15 -08:00
Tim Steinbach
85c051b2f3
kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595
2015-12-08 02:34:09 +00:00
zimbatm
8111e1c902
go: 1.5.1 -> 1.5.2, fixes #11498
2015-12-08 02:09:59 +01:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Arseniy Seroka
1764a05710
Merge pull request #11473 from NeQuissimus/master
...
Add Kotlin
2015-12-06 00:30:19 +03:00
Tim Steinbach
a356c3fa47
kotlin: init at 1.0.0-beta-3594
2015-12-05 21:23:22 +00:00
Vladimír Čunát
e2f5ba1937
treewide: fix invocations of installBin command
...
I've removed the trivial command in 4e72b61de
.
I think `install -Dt "$out/bin"` is a better replacement anyway,
as it can be easily used to other directories than $out/bin.
/cc @ehmry who seems to maintain many packages with this usage.
(BTW, it would be better to have maintainer attribute same as github
username, as it makes pinging maintainers much easier.)
2015-12-05 13:59:05 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Thomas Mader
ef17efa99b
dmd: add gcc runtime dependency because dmd uses the linker of gcc on linux.
...
From #11327 .
2015-12-03 16:32:27 +01:00
Arseniy Seroka
f35b417dc4
Merge pull request #11357 from samuelrivas/scala-propagate-jre
...
scala: setup classpath
2015-12-02 22:52:22 +03:00
Luca Bruno
e289717414
rename moveToOutput and propagatedBuildInputs
2015-12-02 10:05:36 +01:00
Tomas Hlavaty
058cd04be4
Revert "sbcl: cleaner xc-host"
...
This reverts commit 393f0eecae
.
2015-11-30 22:33:44 +01:00
Tomas Hlavaty
c6365ec0df
sbcl: 1.3.0 -> 1.3.1
2015-11-30 22:25:06 +01:00
Jude Taylor
c20b6846f2
rustc: build on darwin
2015-11-30 12:54:04 -08:00
Samuel Rivas
b1429a2713
scala: setup classpath
2015-11-30 15:18:50 +01:00
Pascal Wittmann
44cb13be5c
jsonnet: fix evaluation
2015-11-29 17:34:10 +01:00
Aristid Breitkreuz
780f6788b6
Merge pull request #11341 from benley/jsonnet-0.8.5
...
jsonnet: init at 0.8.5
2015-11-29 17:18:10 +01:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Shea Levy
ffc1762715
ats2: 0.1.12 -> 0.2.4
2015-11-29 10:04:57 -05:00
Benjamin Staffin
99b8c7cff0
jsonnet: init at 0.8.5
2015-11-29 04:13:00 -08:00
Aristid Breitkreuz
1742774df8
ispc: init at <GH master>
...
Intel SPMD Program Compiler
An open-source compiler for high-performance SIMD programming on the CPU
https://ispc.github.io/
2015-11-29 00:21:13 +01:00
Peter Simons
fcc876c3f5
Merge pull request #11270 from Ericson2314/patch-2
...
ghcjs: bump version number to 0.2.0
2015-11-28 21:44:08 +01:00
Vincent Laporte
a3fa690fa2
ocaml: add local copy of the ocamlbuild patch
2015-11-28 09:48:55 +01:00
Tomas Hlavaty
b8bef08d1b
mkcl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
f54a2aa137
cmucl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
a0d1478fa0
ccl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
5441ab8afc
sbcl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
540db34fff
sbcl: remove obsolete dependency on which
2015-11-26 08:24:02 +01:00
John Ericson
a122a7f65a
ghcjs: bump version number to 0.2.0
...
Actually should have been this for a while.
2015-11-25 16:35:56 -08:00
Pascal Wittmann
6d25c0f1b3
Remove unneeded 'with's from meta.platforms
2015-11-25 23:06:09 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Ken Micklas
8d8f8f3c09
bump ghcjs, ghcjs-boot, ghcjs-shims
2015-11-25 11:30:43 +01:00
Joachim Fasting
79a827c7fb
eql: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Maciek Starzyk
00f8071b2f
elm: Update elm-lang/core hash.
2015-11-23 22:11:51 +01:00
Vladimír Čunát
13eca6f79a
Merge #11067 : SmartOS updates
...
I amended some commits slightly.
2015-11-23 14:45:44 +01:00
Peter Simons
09b7a691f7
Merge pull request #11174 from codedmart/elm-0.16
...
elmPackages update from 0.15.1 to 0.16
2015-11-22 18:49:18 +01:00
Bart Brouns
3387fb4b1f
emscripten and emscripten-fastcomp: add platforms
...
Close #11068 .
2015-11-21 14:12:57 +01:00
Brandon Martin
e32defcdac
elmPackages update from 0.15.1 to 0.16
2015-11-20 10:14:49 -07:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
vbgl
204685be82
Merge pull request #11024 from osener/closure-compiler-20151015
...
closure-compiler: 20150609 -> 20151015
2015-11-19 08:53:09 +01:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
Domen Kožar
0ff2240da3
Merge pull request #11078 from svend/nim-darwin
...
nim: Add darwin platform
2015-11-17 01:06:02 +01:00
Svend Sorensen
d4994d85e4
nim: Add darwin platform
2015-11-16 14:50:40 -08:00
Danny Wilson
f17dea3b3d
Fix compilation of GCC 4.9 on SmartOS.
...
Fix ld-solaris-wrapper never calling ld (since gcc->cc-wrapper refactor).
2015-11-16 17:20:16 +01:00
Danny Wilson
bab0a82983
Dummy SBCL property to allow other derivations to build.
2015-11-16 17:20:16 +01:00
Danny Wilson
6a2b723a8b
Fix build of gccgo-wrapper on Illumos.
...
When compiling GCC with NIX_ENFORCE_PURITY,
linking libgcc fails because crti.o and friends
aren't part of the nix store.
2015-11-16 17:20:12 +01:00
Danny Wilson
fdb534f06e
GCC 4.8 compiles on Illumos.
...
- Disable profiled bootstrap.
- Add illumos meta platform.
2015-11-16 17:20:11 +01:00
Stefan Junker
63edfb1871
go14: 1.4.2 -> 1.4.3 ( close #10702 )
2015-11-16 16:39:08 +01:00
Ozan Sener
6d1d7301ca
closure-compiler: 20150609 -> 20151015
2015-11-14 21:19:36 +02:00
William A. Kennington III
9579c9ec7f
Merge commit 'cb21b77' into master.upstream
...
This is a partial merge of staging for builds which are working
2015-11-13 15:53:10 -08:00
Domen Kožar
505117f3fb
Merge branch 'master' into staging
2015-11-11 12:53:36 +01:00
Domen Kožar
cf55e0b2ac
Merge pull request #10543 from LnL7/darwin-go
...
go: disabled some failing tests for darwin
2015-11-11 12:20:28 +01:00
karsten gebbert
5b9de55c26
fsharp: 3.1.2.5 -> 4.0.0.4
2015-11-11 10:54:10 +01:00
William A. Kennington III
a5ea7cd1d1
openjdk: 8u72b04 -> 8u76b00
2015-11-10 18:27:19 -08:00
William A. Kennington III
95c22086a6
openjdk: 7u85b02 -> 7u91b01
2015-11-10 18:26:52 -08:00
vbgl
6fa6ff9e25
Merge pull request #10899 from krgn/update-mono
...
update mono to 4.0.4.1
2015-11-08 23:29:35 +01:00
karsten gebbert
16f7b10a59
update mono to 4.0.4.1
2015-11-08 21:40:22 +01:00
Arseniy Seroka
afc06c11b9
Merge pull request #10882 from phile314/master
...
uhc: Update to 1.1.9.2
2015-11-08 17:11:32 +03:00
Philipp Hausmann
4030070e40
uhc: Update to 1.1.9.2
2015-11-08 12:24:19 +01:00
William A. Kennington III
a26c8e9b83
Merge branch 'master.upstream' into staging.upstream
2015-11-07 15:51:51 -08:00
Pascal Wittmann
ecb651349a
Merge pull request #10738 from matthewbauer/emscripten-1.35
...
emscripten 1.29 -> 1.35
2015-11-06 17:21:21 +01:00
Domen Kožar
916c10138a
Merge pull request #10510 from taku0/oraclejdk-8u65
...
oraclejdk: 8u60 -> 8u65, 8u66
2015-11-06 16:21:37 +01:00
Pascal Wittmann
309d4e955b
Merge pull request #10299 from bcdarwin/smlnj-upgrade
...
smlnj: 110.78 -> 110.79
2015-11-06 12:28:35 +01:00
William A. Kennington III
4251612faa
Merge branch 'master.upstream' into staging.upstream
2015-11-04 01:00:48 -08:00
Ricardo M. Correia
3ea8b08004
rustcMaster: 2015-10-27 -> 2015-11-01
2015-11-04 05:06:35 +01:00
Edward Tjörnhammar
4a6c595b0f
Merge pull request #10806 from joelmo/openjdk8-font-patch-up
...
openjdk: add infinality patch to improve font-rendering
2015-11-03 15:14:18 +01:00
Joel Moberg
bd3099ff6f
openjdk: add infinality patch to improve font-rendering
2015-11-03 14:59:16 +01:00
Michael Raskin
70aff600ff
Merge pull request #10797 from tohl/master
...
sbcl: 1.2.16 -> 1.3.0
2015-11-03 10:08:45 +03:00
Jude Taylor
f4f3df5f5d
llvm-3.7: add libcxxabi as a buildInput on darwin
2015-11-02 14:33:51 -08:00
Tomas Hlavaty
c4a825da8b
sbcl: 1.2.16 -> 1.3.0
2015-11-02 21:22:55 +01:00
Jude Taylor
020bd4a723
darwin purity: polyml
2015-10-31 16:58:32 -07:00
Matthew Bauer
3807372d5b
emscripten 1.29 -> 1.35
...
also updates to store files in $out/share/emscripten instead of $out/bin.
also fix issue with closure compiler.
2015-10-31 14:37:57 -05:00
William A. Kennington III
aed092339d
rustcMaster: 2015-10-17 -> 2015-10-27
2015-10-30 19:40:52 -07:00
William A. Kennington III
3406cdd0ce
rustc: 1.3.0 -> 1.4.0
2015-10-30 19:40:35 -07:00
William A. Kennington III
dd2de66d61
Merge branch 'master.upstream' into staging.upstream
2015-10-30 17:16:07 -07:00
Peter Simons
9405a67858
uhc: the build is broken
...
src/ehc/Base/Debug.chs:22:34:
Ambiguous occurrence `showPP'
It could refer to either `UHC.Compiler.Base.Debug.showPP',
defined at src/ehc/Base/Debug.chs:19:1
or `UHC.Util.Pretty.showPP',
imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22
src/ehc/Base/Debug.chs:28:32:
Ambiguous occurrence `showPP'
It could refer to either `UHC.Compiler.Base.Debug.showPP',
defined at src/ehc/Base/Debug.chs:19:1
or `UHC.Util.Pretty.showPP',
imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22
2015-10-30 23:16:25 +01:00
Vladimír Čunát
787f322540
$docdev fixups: mostly to avoid empty output
...
... after auto-removing some kinds of files by default.
In some cases I let them be removed and in others I let them be put into
$docdev. That was more due to general indecisiveness on this question
than any reasons in the particular cases.
2015-10-28 18:58:06 +01:00
Asko Soukka
efd652965b
darwin: gfortran: add needed inputs and other fixes
...
Close #10532 .
2015-10-28 13:37:02 +01:00
Vladimír Čunát
efcad4c910
gcc5: split $doc into $man and $info
...
... because cc-wrapper is meant to propagate man pages into user envs,
and info pages are rather large.
Also replace the duplicate g++ and gcc man1 pages by a symlink.
2015-10-28 10:15:55 +01:00
Vladimír Čunát
31d9263159
some evaluation fixes
...
Not all multiple-output fixups were properly tested.
2015-10-28 10:15:52 +01:00
Vladimír Čunát
148e03b2f1
gmp: split into multiple outputs
2015-10-28 10:15:49 +01:00
Vladimír Čunát
261961c97d
postgresql: split and fixup some referrers
2015-10-28 10:09:32 +01:00