aszlig
064cf68281
haxe: Rewrite package from scratch, version 2.10.
...
As well as for neko, we now have way less cruft within the mkDerivation
attribute set. We also now use make to build haxe, which will include haxelib
and haxedoc as well.
The main reason why I was doing this was because the package didn't build and
still was referencing mawercer.de, which does not contain those tarballs
anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:59 +02:00
aszlig
e5239b78bd
neko: Rewrite package from scratch, version 1.8.2.
...
This should simplify the input of the derivation builder significantly and of
course we don't need to rely on mawercer.de to supply the needed files. Also,
the derivation name doesn't include "-cvs" anymore, as we're building from the
release tarball.
In addition, we don't need the patch anymore, as it was so simple that it could
be done easily with sed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:19 +02:00
Shea Levy
af045b4ee1
edk2: Bump version
2012-10-04 20:11:47 -04:00
Shea Levy
c592992b14
Fix tarball
2012-10-04 19:53:10 -04:00
Shea Levy
a08ca4c04a
openjdk: Don't use the official build system's boostrapping, do our own.
...
The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like:
/bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory
Instead, just build each stage as a separate derivation
2012-10-04 16:56:41 -04:00
Lluis Batlle
839f124ba1
ocaml: native code building for ARM on 3.12 and 4.00
...
I think it already works. I'll test more throughly tomorrow.
2012-09-25 19:38:06 +02:00
Peter Simons
3a34ac175f
pkgs/development/compilers/ghc/with-packages.nix: include bash completion files in the generated environment
2012-09-25 15:05:49 +02:00
Lluís Batlle i Rossell
612ed601f2
gcc47: updating to 4.7.2
2012-09-24 15:24:01 +02:00
Michael Raskin
04cacaf628
Julia: fresher revision with a fresher dependency
2012-09-23 05:10:42 +04:00
Peter Simons
0de6725105
haskell-idris: update to version 0.9.3.1
2012-09-21 16:36:24 +02:00
Peter Simons
8363515431
haskell-idris: update to version 0.9.3
2012-09-17 16:17:55 +02:00
Peter Simons
33e67e8394
ghc-head: update to version 7.7.20120912
2012-09-13 15:50:15 +02:00
Peter Simons
52454d7593
ghc-7.4.2: add binary snapshot required for bootstrapping ghc 7.7.x
2012-09-13 15:49:42 +02:00
Peter Simons
eb288cf12e
ghc-wrapper: choose '-package-conf' or '-package-db' flag depending on the version of GHC that's being wrapped
2012-09-13 15:13:00 +02:00
Peter Simons
13be1ff86e
ghc-wrapper.nix: cosmetic
2012-09-13 15:12:43 +02:00
Peter Simons
7596ce3dbb
Remove myself as maintainer of these packages.
2012-09-11 18:22:31 +02:00
Peter Simons
15df3d131a
ghc-7.6.1: parallel builds of this package fail
...
I got the following error in 4 consecutive attempts:
building rts/dist/build/AutoApply.debug_o
building rts/dist/build/AutoApply.thr_o
rts_dist_HC rts/dist/build/AutoApply.debug_o
/nix/store/1iigiim5855m8j7pmwf5xrnpf705s4dh-binutils-2.21.1a/bin/ld: cannot find libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers_o_split/gmp-wrappers__1.o
collect2: ld returned 1 exit status
make[1]: *** [libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.p_o] Error 1
2012-09-10 12:28:25 +02:00
Peter Simons
64c0d7a490
ghc: bump 7.6.1-rc1 to version 7.6.1
2012-09-10 11:30:12 +02:00
Peter Simons
ef649da119
polyml: fix bogus license attribute
2012-09-06 18:46:54 +02:00
Marco Maggesi
264c528154
Upgrade PolyML to version 5.4.1
2012-09-04 12:02:18 +02:00
Michael Raskin
da01cdaa82
Update Julia to latest revision, include zlib in dependencies
2012-09-04 09:32:59 +04:00
Lluís Batlle i Rossell
6bff865155
mono: fixing build
...
it looks like it doesn't like parallel builds.
2012-09-02 09:06:30 +02:00
Rickard Nilsson
59180564d5
dev86: Update to 0.16.19 (old sources disappeared)
2012-08-30 11:07:45 +02:00
Shea Levy
f4bc57feba
openjdk: passthru the architecture attribute like oracle jdk6 does.
2012-08-27 12:41:13 -04:00
Lluis Batlle
e5bf4de6b6
go: improving the expression so it works if overriden by hg src
...
Users might want to override the 'src' and 'name' of go from 'hg'.
I make the expression compatible with that.
Aside, I also set GOARM in the wrapper for it to build programs fine on
armv5tel by default.
2012-08-26 23:16:29 +02:00
Lluis Batlle
df35189985
go: Removing an out of date comment
2012-08-26 23:16:27 +02:00
Lluis Batlle
bf007753d1
go: make it accept armv5tel
...
It doesn't build though, due to some problems fixed in go trunk. But
I failed to port them over to 1.0.2.
2012-08-26 23:16:26 +02:00
Shea Levy
84e1da4b09
openjdk bootstrap tarballs are on nixos.org now.
2012-08-25 17:55:21 -04:00
aszlig
ca3f140e9b
urweb: Use lib.licenses.bsd3 in meta attributes.
2012-08-25 16:08:01 +02:00
aszlig
9dace1124e
urweb: Update to version 20120807.
...
The previous version seemed rather old and not even the examples from the
official site compile with that fossil. As there are no reverse dependencies,
this update should be trivial and hopefully doesn't hurt someones personal
feelings.
2012-08-25 16:06:21 +02:00
Shea Levy
228c35f0b2
openjdk: Build from bootstrap
2012-08-24 23:05:41 -04:00
Shea Levy
a4b39fac65
openjdk-bootstrap: nukerefs the whole thing and put it in a tarball
2012-08-24 08:30:48 -04:00
Shea Levy
6ed6d1c5c0
Add expression to create an openjdk bootstrap capable of building the full openjdk
2012-08-23 23:07:38 -04:00
Eelco Dolstra
2bc9508034
Prevent the JDK from appearing in the Nixpkgs channel
2012-08-22 15:43:19 -04:00
Eelco Dolstra
8020c37f55
Remove obsolete JDK versions
...
These are the JDK 5 on powerpc-linux (no longer a maintained Nixpkgs
platform), JDK 1.4 (required a manual download) and JDK 5 on Linux
(idem).
2012-08-22 15:43:19 -04:00
Peter Simons
1f18f24387
gcc-4.7: download source code from a mirror instead of hard-coding the URL of the master site
2012-08-22 14:30:15 +02:00
Ludovic Courtès
255c72ede6
gcc 4.5: Update to 4.5.4.
2012-08-20 10:15:17 +02:00
Michael Raskin
b32844654b
Julia: update source revision
2012-08-18 20:52:52 +04:00
Peter Simons
2253afb4f1
scala: cosmetic
2012-08-16 15:49:00 +02:00
Peter Simons
7ab915da52
scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts
2012-08-16 15:48:18 +02:00
Andres Loeh
e093d7ea38
ghc-7.6.1-rc1: Add release candidate.
2012-08-13 16:29:01 +02:00
Michael Raskin
801dee4a36
SBCL: update to 1.0.58
2012-08-09 13:01:04 +04:00
Lluís Batlle i Rossell
6655bc783e
go: patching it to get the nixos cacert bundle taken just fine
2012-08-05 20:50:54 +02:00
Lluís Batlle i Rossell
f682ff3521
gcc47: disabling parallel build if profiled bootstrap required
...
The gccinstall manual says that parallel building with a profiled
bootstrap is not supported. As we don't have much means of checking
if our profiled bootstrap with parallel build was good or bad, I
propose going to safe terrain.
2012-08-03 19:59:43 +02:00
Lluís Batlle i Rossell
592b980931
gccgo46: removing it. I set gccgo = gcc47
...
gccgo46 did not build for me, and maybe never built at all.
The same recipe, though, worked fine for gcc47. So let's go with gcc47.
2012-08-03 19:52:19 +02:00
Lluís Batlle i Rossell
a375ffa53f
Adding gccgo for gcc4.7.
...
I tested hello world, and it works.
2012-08-03 19:49:53 +02:00
Michael Raskin
901574fe8a
Julia language: update to a fresh version
...
Update julia and some of its dependencies
Split PCRE because a lot of packages depend on it and I am not sure we
want to test them in a hurry (and Julia specifies exact version).
2012-08-02 17:48:36 +04:00
Lluís Batlle i Rossell
7954b01342
Adding gcc 4.7.1.
2012-08-02 12:53:30 +02:00
Arie Middelkoop
5bc99bc883
Adds Ocaml 4.00.0 (first attempt)
...
Bumps Findlib to 1.3.3 (required for ocaml 4.00)
2012-07-31 14:09:27 +02:00
Lluís Batlle i Rossell
e58b351734
go: updating to 1.0.2
...
I've only tried it in 386. We'll see if it works on amd64.
2012-07-29 17:24:19 +02:00
Lluís Batlle i Rossell
c0832627c4
ocaml, unison: make them build on mips (native compilers)
...
I switch off the build of ocaml compilers to native code, and add
a 'passthru' that unison can use to see if it needs to call the native
or the bytecode compiler.
2012-07-27 22:43:40 +02:00
Andres Loeh
83505f15b2
ghc-head: bump snapshot version
2012-07-18 11:02:00 +02:00
Andres Loeh
945a3480d4
ghc-HEAD: update to a new snapshot
2012-07-11 20:04:15 +02:00
Michael Raskin
253c129f78
SBCL: update to 1.0.57
...
It looks like SBCL 1.0.58 is not coming soon, so I update to the latest
release now.
2012-07-07 20:11:55 +04:00
Shea Levy
9117819e60
Merge pull request #24 from antono/fix-ikarus-url
...
Fix ikarus download url (ikarus-scheme.org is down)
2012-06-26 20:27:43 -07:00
Antono Vasiljev
58738223ab
Rm vala 14 add versions
2012-06-25 19:01:51 +03:00
Antono Vasiljev
e6e6301c5f
Vala 14, 15, 16, 17. Default is 17 now
2012-06-25 16:46:26 +03:00
Antono Vasiljev
019963b256
Fix ikarus download url (ikarus-scheme.org is down)
2012-06-25 15:34:05 +03:00
Mathijs Kwik
c0efa356fc
uhc: fixed building on ghc 7.2.1+
...
by removing the check for the 'binary' package, which is built-in from
that version onward. This is a workaround for the problem where ghc's
built-in libraries (like containers, array, binary) don't show up in
"ghc-pkg list" output.
svn path=/nixpkgs/trunk/; revision=34471
2012-06-11 18:58:28 +00:00
Peter Simons
09321105f1
ghc: added version 7.4.2
...
svn path=/nixpkgs/trunk/; revision=34460
2012-06-11 16:25:45 +00:00
Karn Kallio
ea102b34f6
Patch PAKCS to build with GHC 7.4.1 .
...
Also fix symbolic links to emacs lisp files.
svn path=/nixpkgs/trunk/; revision=34430
2012-06-11 06:05:18 +00:00
Andres Löh
789df7619e
Updated GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=34379
2012-06-08 08:25:30 +00:00
Marco Maggesi
cadc02cb2b
Fix build of ocaml 3.12.1 on darwin
...
svn path=/nixpkgs/trunk/; revision=34373
2012-06-06 20:44:11 +00:00
Michael Raskin
f6b2f17bc3
Given that I have a vested interest in working LLVM now - add myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=34302
2012-05-31 11:26:16 +00:00
Michael Raskin
2de23edd59
Adding LLVM 3.1. (as a separate attribute, because it seems to be API-incompatible)
...
svn path=/nixpkgs/trunk/; revision=34300
2012-05-31 11:04:28 +00:00
Lluís Batlle i Rossell
44b2d21212
Mingw changes to gcc.
...
Removing a gcc flag, --enable-version-specific-runtime-libs, that put gcc libs
in a speparate directory instead of /lib; this broke the installation of
libgcc_s.a for the case of "--enable-shared" in mingw-w64. And we already have all gccs in directories apart.
I also add the option --enable-fully-dynamic-string, which is used in the
prebuilt mingw64 toolchain; this way nixpkgs creates ABI-compatible binaries
with mingw64 upstream. (told by jon_y on irc ##mingw)
svn path=/nixpkgs/trunk/; revision=34242
2012-05-25 13:49:01 +00:00
Lluís Batlle i Rossell
e9186a03b9
Making gcc not build libgomp with uclibc, as it lacks '-ldl' in its checks and
...
I don't know how to add it.
This makes gcc build with uclibc.
svn path=/nixpkgs/trunk/; revision=34231
2012-05-24 21:45:49 +00:00
Lluís Batlle i Rossell
d9fdfffef9
Fixing the mingw cross gcc. I set it not to build shared libraries, because its specs for
...
shared libraries are wrong.
It should run "-lstdc++ -lsupc++" if libstdc++-6.dll is available, and instead it runs
"-lstdc++" and therefore lack symbols.
I think simply few people use shared gcc libs on mingw.
svn path=/nixpkgs/trunk/; revision=34225
2012-05-24 19:02:27 +00:00
Andres Löh
7aa85ac536
Adding NVIDIA CUDA toolkit and haskell-accelerate-cuda plus deps.
...
svn path=/nixpkgs/trunk/; revision=34186
2012-05-20 17:38:03 +00:00
Andres Löh
e5e2432277
Upgrade ghc stable snapshot to 7.4.2rc1.
...
svn path=/nixpkgs/trunk/; revision=34137
2012-05-16 12:00:05 +00:00
Mathijs Kwik
206c6b1bbb
upgraded uhc
...
svn path=/nixpkgs/trunk/; revision=34026
2012-05-09 10:01:41 +00:00
Michael Raskin
36b543a26e
Fixing webserver path..
...
svn path=/nixpkgs/trunk/; revision=34005
2012-05-07 16:34:58 +00:00
Michael Raskin
063b03b650
Update Julia; a few fixes get included; changes to build system
...
svn path=/nixpkgs/trunk/; revision=33968
2012-05-02 03:14:05 +00:00
Michael Raskin
9683cada87
Update ECL
...
svn path=/nixpkgs/trunk/; revision=33947
2012-04-30 08:14:19 +00:00
Ludovic Courtès
d44d30b0ba
GHC 7.4.2: Remove `darwinInstallNameToolUtility'.
...
svn path=/nixpkgs/trunk/; revision=33897
2012-04-23 16:28:10 +00:00
Ludovic Courtès
b53f6b9dd0
GCC 4.6: Don't bail out when `gnused' isn't provided.
...
svn path=/nixpkgs/trunk/; revision=33896
2012-04-23 16:28:06 +00:00
Ludovic Courtès
29bc53265d
Darwin: Use GCC 4.6 in `stdenvNix'.
...
svn path=/nixpkgs/trunk/; revision=33894
2012-04-23 15:47:37 +00:00
Ludovic Courtès
04600bbec1
Darwin: Add mig',
lipo', etc. to `stdenvNative'.
...
Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc.
svn path=/nixpkgs/trunk/; revision=33893
2012-04-23 15:47:31 +00:00
Karn Kallio
50cab85e88
Fix mlton build: apply Marc Weber patch and update download URL.
...
svn path=/nixpkgs/trunk/; revision=33882
2012-04-22 20:39:43 +00:00
Andres Löh
1a355ca2ea
Updated the GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=33879
2012-04-22 16:31:21 +00:00
Peter Simons
f412a1fbe7
development/compilers/ghc/head.nix: fixed sha256 hash
...
svn path=/nixpkgs/trunk/; revision=33863
2012-04-20 20:17:07 +00:00
Rob Vermaas
8e510f1888
Update scala to 2.9.2
...
svn path=/nixpkgs/trunk/; revision=33861
2012-04-20 13:45:49 +00:00
Andres Löh
8915da0a6b
New GHC snapshots.
...
svn path=/nixpkgs/trunk/; revision=33858
2012-04-20 12:22:23 +00:00
Nicolas Pierron
82b308bf11
Add armv7l support.
...
svn path=/nixpkgs/trunk/; revision=33798
2012-04-15 23:41:25 +00:00
Michael Raskin
9b6e521d44
SBCL update
...
svn path=/nixpkgs/trunk/; revision=33786
2012-04-14 18:36:04 +00:00
Mathijs Kwik
17cbe60a5b
uhc upgrade
...
svn path=/nixpkgs/trunk/; revision=33775
2012-04-13 14:53:56 +00:00
Ludovic Courtès
47fcc276ae
Apple GCC: Fix `no-sys-dirs.patch' so that it applies.
...
svn path=/nixpkgs/trunk/; revision=33773
2012-04-13 12:41:36 +00:00
Michael Raskin
40347a43c2
Fix license
...
svn path=/nixpkgs/trunk/; revision=33759
2012-04-12 11:57:43 +00:00
Michael Raskin
5cdb676ac7
Adding FSharp compiler
...
svn path=/nixpkgs/trunk/; revision=33758
2012-04-12 11:39:40 +00:00
Michael Raskin
16e2cac6f4
Updating Julia to include a few fixes - and adding web-repl
...
svn path=/nixpkgs/trunk/; revision=33726
2012-04-10 14:53:39 +00:00
Mathijs Kwik
4d34820fba
UHC: upgraded and changed to the new official github repository
...
svn path=/nixpkgs/trunk/; revision=33675
2012-04-09 10:17:17 +00:00
Michael Raskin
45fbf22761
Solve missing symbol problem
...
svn path=/nixpkgs/trunk/; revision=33642
2012-04-06 10:20:37 +00:00
Michael Raskin
0ef5f0961f
Trying to remove tarball error
...
svn path=/nixpkgs/trunk/; revision=33631
2012-04-05 19:07:14 +00:00
Michael Raskin
12e1751e93
Adding Julia programming language
...
svn path=/nixpkgs/trunk/; revision=33614
2012-04-05 12:22:55 +00:00
Shea Levy
cd83eb3173
Build clang to support all of llvm's targets
...
svn path=/nixpkgs/trunk/; revision=33518
2012-04-01 14:33:23 +00:00
Yury G. Kudryashov
5299c1f6fb
svn merge ^/nixpkgs/trunk
...
- 1 conflict (gnome-doc-utils)
- final merge before --reintegrate
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33500
2012-03-31 20:01:40 +00:00
Peter Simons
a39f417ad7
Updated Haskell packages.
...
- RSA: updated to version 1.0.6.3
- derive: updated to version 2.5.7
- hakyll: updated to version 3.2.7.0
- happstack-hamlet: updated to version 7.0.0
- idris: updated to version 0.9.2.1
svn path=/nixpkgs/trunk/; revision=33479
2012-03-29 20:52:37 +00:00
Lluís Batlle i Rossell
3551d159d8
Updating the JDK6 to u32b03 due to some important security fix.
...
http://www.h-online.com/open/news/item/Critical-Java-hole-being-exploited-on-a-large-scale-1485681.html
svn path=/nixpkgs/trunk/; revision=33460
2012-03-28 20:42:54 +00:00
Yury G. Kudryashov
defd86049c
Merge ^/nixpkgs/trunk.
...
This merge leads to a big rebuild, but this wouldn't hurt as I'm going to
reintegrate this branch soon.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
2012-03-28 15:42:42 +00:00
Rob Vermaas
5a3a3a4e17
* Fix JDK/JRE error: /nix/store/.../jre/lib/i386/xawt/libmawt.so: file not recognized: File format not recognized.
...
Patch provided by Ambrus Kaposi.
svn path=/nixpkgs/trunk/; revision=33439
2012-03-27 11:19:00 +00:00