Moritz Ulrich
8c45378cde
rustc: 1.9.0 -> 1.10.0, cargo: 0.10.0 -> 0.11.0
2016-07-13 20:08:05 +02:00
Tim Steinbach
a0009e1ae5
kotlin: 1.0.2 -> 1.0.3
2016-07-11 23:14:30 +00:00
Joachim Fasting
0f7f6ac0c7
opendylan: fix build
...
--with-gc required path to libraries, not headers.
Also: remove unused parameter & set meta.platforms = linux.
2016-07-06 15:18:23 +02:00
Rahul Gopinath
a783a5704f
mono44: init at 4.4.1.0
2016-07-04 10:44:34 +02:00
Rahul Gopinath
d3fedc6a9d
mono40: refactor to generic 40
2016-07-04 10:44:34 +02:00
Rahul Gopinath
a605b54b38
mono: refactor and cleanup
...
Refactor and cleanup in preparation for mono44
2016-07-04 10:44:34 +02:00
Rahul Gopinath
a540e842ab
boo: mark as broken
...
With mono-4.0.4.1, the build fails with 1 non-fatal errors.
2016-07-04 10:44:34 +02:00
Vincent Laporte
cb3d2d0526
fstar: fix build on Darwin
2016-06-30 16:57:32 +01:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Ben Darwin
07cfc1553f
stan: fix build by not running tests with nonexistent /usr/bin/python ( #15968 )
2016-06-26 22:52:58 +02:00
Caolan McMahon
cd01aab444
chicken: 4.10.0 -> 4.11.0
2016-06-26 11:14:34 +02:00
zimbatm
893ab31159
aldor: mark as broken
...
Compilation fails and there is no maintainer
2016-06-25 14:24:52 +01:00
Joachim Fasting
01804364d2
terra: set meta.platforms
...
Upstream claims MacOS, Linux, and Windows as supported platforms; set to unix
for now.
2016-06-23 23:28:19 +02:00
Vladimír Čunát
d3e599c9e1
Merge #16355 : gcc: darwin support
2016-06-23 12:16:40 +02:00
Vladimír Čunát
6b27ceb006
Merge 'master' into staging and re-revert merge
...
... from staging to master, reverted temporarily in aa9a04883e
.
2016-06-23 12:09:03 +02:00
Vladimír Čunát
aa9a04883e
Revert "Merge branch 'staging'" due to glibc
...
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096
This reverts commit c05d829598
, reversing
changes made to f073df60d6
.
2016-06-23 09:25:10 +02:00
Joachim Fasting
cd96d0c7d7
terra: specify tool paths via Makefile.inc
...
Judging by the build output, which doesn't find what it's looking for
anyway.
2016-06-23 01:31:23 +02:00
Joachim Fasting
9983937d1a
terra: apply PaX markings
...
For grsecurity support
2016-06-23 01:31:13 +02:00
Joachim Fasting
71a5f2fad1
colm: set meta.platforms per upstream
2016-06-23 00:55:54 +02:00
Vladimír Čunát
c05d829598
Merge branch 'staging'
2016-06-22 10:49:56 +02:00
Peter Simons
bc08bef615
Merge pull request #16382 from Ericson2314/morgue
...
Remove misc dead code
2016-06-21 11:54:14 +02:00
John Ericson
7cbf4a56f7
Remove dead pkgs/development/compilers/ghc/with-packages.nix
...
Superseded by `/pkgs/development/haskell-modules/with-packages-wrapper.nix`
2016-06-20 23:53:09 -07:00
Bjørn Forsman
099d3dc43b
microscheme: 0.9.2 -> 0.9.3
2016-06-20 16:29:23 +02:00
Vladimír Čunát
8bf002daac
libcxx-3.8: apply Darwin-specific patch only on Darwin
...
... to better decouple different platforms (in future).
2016-06-20 15:17:41 +02:00
Vladimír Čunát
c67e08e1af
Merge #16323 : llvmPackages_38 fixes
2016-06-20 15:17:40 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Matthew Bauer
f05bb6d23f
gcc: fix darwin building
...
- disable bootstrap builds on Darwin
- remove xcrun calls
- check if patchelf is available before using
- apply darwin patch for gcc4.9
- fixes #16047
- fixes #14812
2016-06-19 23:07:10 -05:00
Vladimír Čunát
e757404555
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Benjamin Saunders
46ae67d776
libc++, libc++abi, lldb: fix 3.8
2016-06-18 18:18:22 -07:00
Joachim Fasting
48e45f43ac
Merge pull request #16295 from NeQuissimus/openjdk8_102
...
openjdk: 8u92b14 -> 8u102b04
2016-06-17 18:00:45 +02:00
William Casarin
a34ec65659
terra: 2016-01-06 -> 2016-06-09
...
* llvmPackages_35 -> llvmPackages_38
* static llvm no longer needed
* multiple outputs, this generates the following results:
- out/lib/terra.so
- bin/bin/terra
- dev/include/terra/*.h
- static/lib/libterra.a
Contributed with help from @joachifm
2016-06-16 20:02:49 -07:00
Tim Steinbach
f7ab8f80a0
openjdk: 8u92b14 -> 8u102b04
2016-06-16 22:19:41 +00:00
Joachim Fasting
e915625ace
Merge pull request #15929 from earldouglas/avian
...
avian: init at 1.2.0
2016-06-16 15:35:48 +02:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
David Craven
d8a7aaf179
rustc: Prepare for 1.10.0 release
2016-06-14 23:09:21 +02:00
David Craven
447dce99da
rustc: Enable crosscompiling std crates
2016-06-14 23:09:21 +02:00
David Craven
0720373dfc
cargo: Use stable releases instead of snapshots
2016-06-14 23:09:21 +02:00
Peter Simons
39d657ec04
Merge pull request #16167 from rasendubi/ghc-docs
...
GHC: Split docs
2016-06-14 12:32:42 +02:00
Alexey Shmalko
2089dd4ab6
GHC: Split docs
2016-06-12 14:03:43 +03:00
Maciek Starzyk
ab09c37f99
nim: 0.13.0 -> 0.14.2
2016-06-11 14:53:07 +02:00
Vladimír Čunát
ab450c0909
gcc: fixup the tarball job after merging #15867
...
The evaluation problem happened in while checking find-tarballs.nix
http://hydra.nixos.org/build/36754203/nixlog/1/raw
(it didn't seem worth digging into why exactly)
2016-06-11 09:59:39 +02:00
Tuomas Tynkkynen
a06a405d0b
cross GCC: Fix some paths to libc headers (after multiple outputs)
...
It's not completely clear to me why the path to libc headers is set
differently when cross building...
2016-06-11 04:15:17 +03:00
Nikolay Amiantov
5dc116e456
julia-git: 0.4.4-pre-2016-02-08 -> 0.5.0-dev-2016-06-10
2016-06-11 02:43:44 +03:00
Tuomas Tynkkynen
5fe4076683
gcc: Pass --with-mpc in crossAttrs
...
Just for consistency, it should be already coming from buildInputs
anyway.
2016-06-10 16:17:30 +03:00
Vladimír Čunát
46f22d89b9
Merge #15867 : glibc, gcc: fixes for ARM targets
...
... needed after closure-size merge (#7701 )
2016-06-10 09:57:17 +02:00
Rushmore Mushambi
902b6d5691
Merge pull request #16093 from rushmorem/update-go
...
go: v1.5.3 -> v1.5.4
2016-06-10 00:14:56 +02:00
Joachim Fasting
7bd515979c
tinycc: fix paxmark call
...
I missed this due to testing on a checkout that didn't contain
the paxmark fix ...
2016-06-09 23:06:01 +02:00
rushmorem
0e262f52f3
go: v1.5.3 -> v1.5.4
2016-06-09 19:18:07 +02:00
Vladimír Čunát
772c92ba5c
gcc: maintenance 5.3 -> 5.4
2016-06-09 13:22:09 +02:00
Rahul Gopinath
35c544e6d4
factor: disable build on i686-linux
...
The factor language should be built only on x86_64 machines.
2016-06-09 04:19:00 -07:00