Michael Raskin
63a265a6dc
SBCL: update 1.2.12 -> 1.2.13
2015-07-05 00:32:54 +03:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
Tuomas Tynkkynen
d8b4cff390
dtc: Fix cross compilation
...
Flex and Bison are need to be executable by the build system.
2015-06-30 10:33:25 +03:00
Tuomas Tynkkynen
b0ad2da4ed
dtc: init at 1.4.1
...
Compiling U-Boot for the Jetson TK1 board requires this.
2015-06-28 22:40:35 +03:00
William A. Kennington III
fa1bdb8cbd
Migrate all krb5 -> libkrb5
2015-06-26 17:21:49 -07:00
Vincent Laporte
d440059e7d
OCaml-4.02: fix ocamlbuild
...
This addresses the issue described at http://caml.inria.fr/mantis/view.php?id=6605
2015-06-25 08:55:28 +02:00
lethalman
5988dda30f
Merge pull request #8485 from obadz/coreclr
...
dotnet: package coreclr (from git)
2015-06-24 16:59:27 +02:00
obadz
30bd03a3e2
dotnet: package coreclr (from git)
2015-06-24 15:06:14 +01:00
Eelco Dolstra
8def3d69c7
rustc: Install docs in a separator output
...
This reduces rustc's size from 359 MiB to 186 MiB.
Maybe we should disable doc generation altogether, since it's very
slow and people who need docs will JFGI anyway. But for now I've left
it.
2015-06-19 18:01:43 +02:00
Eelco Dolstra
ffb70f9c51
Don't use camelCase in file names
2015-06-19 14:29:09 +02:00
Eelco Dolstra
d8c9fa5043
Remove meta.license hack
2015-06-19 14:14:52 +02:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
Charles Strahan
af21595eca
ghcjs: fix/bump git refs
2015-06-16 21:26:11 -04:00
Peter Simons
8a8ed5fa1b
ghcjs: unbreak syntax highlighting in Emacs
2015-06-16 13:02:28 +02:00
Peter Simons
fbe153989c
ghcjs: mark broken
...
The build has been failing for quite some time.
2015-06-16 13:02:28 +02:00
Philipp Hausmann
d95fba3746
haskell-uhc: Use newer version with relaxed cabal constraints.
2015-06-15 10:47:53 +02:00
Thomas Tuegel
5ee56b6424
julia03: fix evaluation on x86_64-darwin
2015-06-13 08:34:46 -05:00
Thomas Tuegel
2a2448bcb7
Merge pull request #8182 from ttuegel/openblas
...
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Matthew Maurer
6a76633bb6
llvm-3.4: enable RTTI ( close #8289 )
2015-06-11 22:09:46 +02:00
Peter Simons
2f6c8127f5
uhc: update to version 1.1.9.1
2015-06-11 11:52:26 +02:00
Pascal Wittmann
62d62b6588
Fixed some licenses
2015-06-10 13:00:42 +02:00
William A. Kennington III
240338638e
openjdk7: Fix refernces to the bootstrap
2015-06-08 13:56:29 -07:00
Jude Taylor
b9de32de5b
update GHC HEAD and configuration
2015-06-08 00:48:34 -07:00
William A. Kennington III
6e68e874b5
openjdk8: Fix refernces to the bootstrap
2015-06-08 00:00:12 -07:00
William A. Kennington III
a5ef488b11
opendjk: Make boostraps for each major version and update openjdk7
2015-06-07 21:02:02 -07:00
William A. Kennington III
a8d1010027
icedtea: Remove
2015-06-07 21:02:02 -07:00
William A. Kennington III
0cc68fa478
openjdk-make-bootstrap: Use openjdk8
2015-06-07 21:02:02 -07:00
William A. Kennington III
bdcb721546
java: Refactor top level and build ordering
2015-06-07 21:02:02 -07:00
obadz
d4681bf626
Lay down the foundation for packaging the .NET echosystem
...
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
- Places nuget & paket as they would clash with nix
- Patch project files because F# targets are expected to be found in
the mono directory (and we know that's not going to happen on nix)
- Find DLLs that were copied from buildInputs and replace by symlink
for sharing
- Export produced DLL via the pkg-config mechanism
- Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
bunch more..
This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
William A. Kennington III
ffd0539eba
cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $out
2015-06-05 13:00:52 -07:00
Thomas Tuegel
6e3eac5c92
julia03: avoid opaque shell scripts
...
The old expression used a shell script to set some repetitive
makeFlags. The makeFlags settings were spread out over different parts
of the expression. This deters new contributors. The new expression is
clearer, at the cost of being slightly repetitive.
2015-06-04 17:42:04 -05:00
Thomas Tuegel
1a11b52ffa
julia03: use system double_conversion (grisu)
2015-06-04 17:42:04 -05:00
Thomas Tuegel
6f3dfc0cf8
julia03: remove unused dependencies
2015-06-04 17:42:04 -05:00
Thomas Tuegel
b255f8df2e
julia03: use system utf8proc
2015-06-04 17:42:04 -05:00
Thomas Tuegel
2b525f60c9
update julia-0.3.6 -> julia-0.3.9
...
Includes a workaround for the test suite suggested by
upstream (b192bf0e2f (commitcomment-11139348)
)
for a buggy system wcwidth.
2015-06-04 17:42:03 -05:00
Thomas Tuegel
bd280660f7
julia03: clean up LDFLAGS and LD_LIBRARY_PATH
...
There were a few unused LDFLAGS and LD_LIBRARY_PATH settings. There was
also an incorrect setting; Julia prefers to be linked to threaded
FFTW. The libary names are now set correctly so that it's not necessary
to link system libraries into $out/lib/julia as if they were private
libraries. The LDFLAGS were also moved out of NIX_LDFLAGS so they will
affect only the Julia build itself, and not all the individual private
libraries.
2015-06-04 17:42:03 -05:00
Thomas Tuegel
41cc06fd00
julia03: use system arpack
2015-06-04 17:42:03 -05:00
Thomas Tuegel
5c9750e5bb
julia03: link shared libraries privately
2015-06-04 17:42:03 -05:00
Thomas Tuegel
e36b3ec0a5
suitesparse: build shared libraries
2015-06-04 17:42:03 -05:00
Thomas Tuegel
adcdec2e70
julia03: use system patchelf
2015-06-04 17:42:02 -05:00
Thomas Tuegel
77a454b866
julia03: refactor and build with openblas
...
Compared to ATLAS, OpenBLAS offers better performance, faster builds,
and dynamic architecture detection.
2015-06-04 17:42:02 -05:00
Thomas Tuegel
4f98287afa
julia02: build with openblas
...
Compared to ATLAS, OpenBLAS offers better performance, faster builds,
and dynamic architecture detection.
2015-06-04 17:42:02 -05:00
Eelco Dolstra
1e6e52c2ac
Revert "krb5: 1.13.1 -> 1.13.2"
...
This reverts commit 85932bc5a9
.
2015-06-04 14:54:48 +02:00
Pascal Wittmann
d780e48b31
openjdk8: fix build by applying the patch from debian
...
see https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg389555.html
closes #8090
2015-05-31 18:02:41 +02:00
Michael Raskin
608482f613
Update SBCL
2015-05-31 11:46:47 +03:00
Peter Simons
2e24bef56f
ghc-6.x: enable builds again now that 5a89a87cc5
is in master
...
Resolves https://github.com/NixOS/nixpkgs/issues/7810 .
2015-05-30 19:54:42 +02:00
Vladimír Čunát
6732b3b8ad
clang-3.4: fix build by adding zlib
...
I didn't care enough to search for cause of the regression.
2015-05-30 15:42:15 +02:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
William A. Kennington III
14c1e0fa1f
Fix ca-bundle paths
2015-05-29 14:03:34 -07:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00