Alexander Tsamutali
4f3ffcd0ec
development/compilers/nvidia-cg-toolkit: New nixbuild.
...
svn path=/nixpkgs/trunk/; revision=30393
2011-11-12 17:03:44 +00:00
Michael Raskin
2eadc91f84
Oops
...
svn path=/nixpkgs/trunk/; revision=30367
2011-11-10 05:18:30 +00:00
Michael Raskin
e85bfd3c1b
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=30365
2011-11-10 04:20:33 +00:00
Shea Levy
51eab4deaa
Only build clang on Linux until the wrapper is set up for non-Linux stdenvs
...
svn path=/nixpkgs/trunk/; revision=30302
2011-11-07 19:24:01 +00:00
Michael Raskin
a64122818f
Cross-compiling TinyCC: move build helpers to buildNativeInputs
...
svn path=/nixpkgs/trunk/; revision=30277
2011-11-06 19:18:02 +00:00
Ludovic Courtès
67e7995cdc
MIT/GNU Scheme 9.1.
...
svn path=/nixpkgs/trunk/; revision=30124
2011-10-30 11:51:55 +00:00
Shea Levy
0892d42613
The clang static analyzer can be accessed through clang --analyze, no need for scan-build and view
...
svn path=/nixpkgs/trunk/; revision=30051
2011-10-27 06:04:00 +00:00
Rob Vermaas
5e6dbdf386
update to gcc 4.4.6
...
svn path=/nixpkgs/trunk/; revision=29979
2011-10-24 01:03:16 +00:00
Eelco Dolstra
75c3c1418d
* Fix powerpc-linux evaluation (does anybody care?).
...
svn path=/nixpkgs/trunk/; revision=29958
2011-10-21 16:10:07 +00:00
Eelco Dolstra
5e51aadc10
* Fix evaluation errors.
...
svn path=/nixpkgs/trunk/; revision=29955
2011-10-21 14:43:18 +00:00
Shea Levy
7c32c9c426
llvm: Use the sw_vers program on darwin
...
svn path=/nixpkgs/trunk/; revision=29925
2011-10-20 10:15:54 +00:00
Shea Levy
252286194e
clang: have gcc tell us its target triplet, no need to limit to x86 linuces
...
svn path=/nixpkgs/trunk/; revision=29924
2011-10-20 02:07:00 +00:00
Shea Levy
1214310f5d
Use the right triplet for 1686
...
Not sure why we're inconsistent between arches there...
svn path=/nixpkgs/trunk/; revision=29923
2011-10-20 00:15:49 +00:00
Shea Levy
188df14951
clang: Use configureFlags instead of env vars to tell which compiler to use
...
svn path=/nixpkgs/trunk/; revision=29922
2011-10-19 23:49:22 +00:00
Shea Levy
1d7f2e1e90
clang: Install static analysis tools
...
svn path=/nixpkgs/trunk/; revision=29921
2011-10-19 21:47:28 +00:00
Shea Levy
6e3cde6383
Enable building clang separately from llvm
...
Note that there is some duplication when building clang now. The llvm source
is unpacked twice, ./configure is run twice, and two small unit test
libraries are compiled twice. IMO this is a fair tradeoff for having
llvm be a separate build unaffected by changes to clang
svn path=/nixpkgs/trunk/; revision=29919
2011-10-19 20:57:18 +00:00
Shea Levy
94dbab27a3
Bootstrap clang with itself
...
svn path=/nixpkgs/trunk/; revision=29901
2011-10-19 17:11:26 +00:00
Shea Levy
1ed93241cd
clang: Don't send extra -I flags to the linker
...
svn path=/nixpkgs/trunk/; revision=29883
2011-10-19 04:14:55 +00:00
Shea Levy
db619f2d55
First try at a clang-wrapper. Hello world compiles\!
...
svn path=/nixpkgs/trunk/; revision=29879
2011-10-18 20:03:09 +00:00
Shea Levy
9783d27b7a
Bump llvm and clang to 2.9
...
svn path=/nixpkgs/trunk/; revision=29878
2011-10-18 16:37:28 +00:00
Ludovic Courtès
dce7ac1f10
Bigloo 3.7a.
...
svn path=/nixpkgs/trunk/; revision=29679
2011-10-05 21:51:07 +00:00
Karn Kallio
637e57fc93
Advance version of ur/web compiler to 20110917
...
svn path=/nixpkgs/trunk/; revision=29448
2011-09-23 02:46:05 +00:00
Peter Simons
c9a0666da7
pkgs/development/compilers/pakcs: minor cosmetic changes
...
svn path=/nixpkgs/trunk/; revision=29354
2011-09-19 16:38:43 +00:00
Peter Simons
5bb330db07
swi-prolog: updated to version 5.10.5
...
svn path=/nixpkgs/trunk/; revision=29350
2011-09-19 16:38:16 +00:00
Peter Simons
6ed0f99b70
haskell-helium: the package has disappeared from the upstream web server
...
svn path=/nixpkgs/trunk/; revision=29311
2011-09-16 18:29:32 +00:00
Peter Simons
775896c15f
haskell-epic: updated to version 0.1.13
...
svn path=/nixpkgs/trunk/; revision=29213
2011-09-12 16:45:27 +00:00
Eelco Dolstra
41d9959ed3
* Better description.
...
svn path=/nixpkgs/trunk/; revision=29207
2011-09-12 13:02:54 +00:00
Andres Löh
829a5e3209
Bump GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=29164
2011-09-11 09:14:22 +00:00
Peter Simons
f67cf46ddc
haskell-ehc: updated to revision 2293
...
svn path=/nixpkgs/trunk/; revision=29037
2011-09-05 19:24:07 +00:00
Andres Löh
51124b08b5
Bumping the GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=29026
2011-09-05 13:29:33 +00:00
Shea Levy
9496f3767b
gcc-apple64: Enable Objective C
...
darwin-updates was just merged, so I'm taking the liberty of messing with darwin's stdenv
svn path=/nixpkgs/trunk/; revision=28929
2011-08-30 13:46:05 +00:00
Ludovic Courtès
e84b9edc78
Merge from the `darwin-updates' branch.
...
svn path=/nixpkgs/trunk/; revision=28926
2011-08-30 13:08:33 +00:00
Peter Simons
feff68214e
pkgs/development/compilers/ghc/7.0.4.nix: hard-code list of supported platforms
...
I assumed that Hydra would arrive at that result anyway, but apparently
it doesn't: no x86_64-darwin builds have occurred despite the fact that
we can bootstrap on that architecture now.
svn path=/nixpkgs/trunk/; revision=28882
2011-08-29 20:09:57 +00:00
Shea Levy
3fe371b856
ghc/7.0.4-binary.nix: Remove comments about wrapper scripts
...
svn path=/nixpkgs/trunk/; revision=28869
2011-08-29 08:09:27 +00:00
Shea Levy
9381f1a419
ghc-7.0.4-binary.nix: don't wrap the binaries on darwin
...
ghc-7.0.4 fails at configure with the wrapped binaries and builds fine with the unwrapped binaries.
svn path=/nixpkgs/trunk/; revision=28868
2011-08-29 08:00:55 +00:00
Peter Simons
f990dd30f7
pkgs/development/compilers/ghc/7.0.4-binary.nix: added (untested) support for i686-darwin
...
svn path=/nixpkgs/trunk/; revision=28866
2011-08-29 07:49:35 +00:00
Peter Simons
8286d30453
pkgs/development/compilers/ghc/7.0.4.nix: add myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=28863
2011-08-29 07:39:29 +00:00
Peter Simons
33597eee35
pkgs/development/compilers/ghc/7.0.4-binary.nix: pass "$@" in double quotes to avoid issues with arguments that contain whitespace
...
svn path=/nixpkgs/trunk/; revision=28861
2011-08-29 07:32:37 +00:00
Peter Simons
e9c8a9307b
pkgs/development/compilers/ghc/7.0.4-binary.nix: support linux, too
...
svn path=/nixpkgs/trunk/; revision=28860
2011-08-29 07:25:56 +00:00
Shea Levy
346481f483
Add GHC 7.0.4 binary for x86_64-darwin
...
svn path=/nixpkgs/trunk/; revision=28859
2011-08-29 01:20:12 +00:00
Michael Raskin
a4d460f52a
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=28845
2011-08-27 07:27:35 +00:00
Shea Levy
5b3aa1f8ec
openjdk: Remove extraneous whitespace
...
svn path=/nixpkgs/trunk/; revision=28804
2011-08-24 22:52:16 +00:00
Peter Simons
058055fd16
haskell-packages: normalize all lists to state their elements in alphabetical order
...
svn path=/nixpkgs/trunk/; revision=28774
2011-08-23 11:00:05 +00:00
Peter Simons
c8ae7cc8bb
Updated build expressions for the current version of cabal.nix.
...
svn path=/nixpkgs/trunk/; revision=28772
2011-08-23 10:35:49 +00:00
Peter Simons
c6f12a23e6
pkgs/development/compilers/ghc/wrapper.nix: stripped trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=28609
2011-08-16 13:03:38 +00:00
Peter Simons
d86fb89aa6
haskell-idris: updated to version 0.1.7.1
...
svn path=/nixpkgs/trunk/; revision=28555
2011-08-13 23:38:48 +00:00
Peter Simons
0891479ca6
haskell-epic: updated to version 0.1.11
...
svn path=/nixpkgs/trunk/; revision=28513
2011-08-12 11:02:48 +00:00
Shea Levy
5040530375
openjdk: Only builds on linux for now
...
svn path=/nixpkgs/trunk/; revision=28495
2011-08-11 14:48:06 +00:00
Shea Levy
b6d81d67d8
openjdk: Comment out the multiple outputs stuff for now
...
svn path=/nixpkgs/trunk/; revision=28494
2011-08-11 13:35:20 +00:00
Shea Levy
bff57396f5
openjdk: Add a fix for versions of nix not yet supporting multiple outputs
...
svn path=/nixpkgs/trunk/; revision=28493
2011-08-11 13:27:43 +00:00
Shea Levy
e5a6f2702b
openjdk: Add the 'jre' output.
...
Note that this is almost completely useless for now, when openjdk is built a separate store path containing only the jre will be built but it will not be added to the environment nor as a gc root. If you want to install just the jre, for now build openjre (which uses the jreOnly parameter). Once multiple outputs are more feature-complete, this should hopefully be useful and remove the need for the jreOnly parameter
svn path=/nixpkgs/trunk/; revision=28481
2011-08-11 02:29:10 +00:00
Shea Levy
fbb50e0f6d
openjdk: Use the proper format for BUILD_NUMBER
...
svn path=/nixpkgs/trunk/; revision=28480
2011-08-11 01:13:12 +00:00
Shea Levy
93548e648e
openjdk: Add a patch to fix a stupid linux version check
...
Hopefully by the time the Linux 4.x series drops we'll have a better openjdk build system
svn path=/nixpkgs/trunk/; revision=28479
2011-08-11 01:13:04 +00:00
Shea Levy
11ae27db30
openjdk: Add jaf sources to the drops dir
...
svn path=/nixpkgs/trunk/; revision=28478
2011-08-11 01:12:55 +00:00
Shea Levy
ab5fc0fe11
openjdk: Download source drops ahead of time instead of allowing downloads during build
...
The openjdk build docs say that the releases should contain these drops, but they don't for some reason.
svn path=/nixpkgs/trunk/; revision=28477
2011-08-11 01:12:46 +00:00
Shea Levy
163260b946
openjdk: Add platforms meta attribute
...
svn path=/nixpkgs/trunk/; revision=28476
2011-08-11 01:12:37 +00:00
Peter Simons
611501c349
pkgs/development/compilers/ghc/7.2.1.nix: updated to the final release version
...
svn path=/nixpkgs/trunk/; revision=28463
2011-08-10 16:55:54 +00:00
Peter Simons
b1ef3e6e36
Last batch of Haskell expression updates.
...
* haskell-mkcabal: updated to version 1.0.0
* haskell-ghc-syb-utils: updated to version 0.2.1.0
* haskell-darcs: updated to version 2.5.2
svn path=/nixpkgs/trunk/; revision=28449
2011-08-10 00:35:08 +00:00
Peter Simons
9502aedde3
pkgs/development/compilers/ghc/6.10.2-binary.nix: we have no binary for Darwin
...
svn path=/nixpkgs/trunk/; revision=28414
2011-08-09 08:17:39 +00:00
Peter Simons
d3df8772c1
pkgs/development/compilers/ghc: changed all GHC versions to use re-use the meta.platforms attribute of their bootstrap compiler
...
svn path=/nixpkgs/trunk/; revision=28409
2011-08-09 07:42:05 +00:00
Peter Simons
0be3dae42f
pkgs/development/compilers/ghc/*-binary.nix: added a meta.platforms attribute to all ghc bootstrap versions
...
svn path=/nixpkgs/trunk/; revision=28408
2011-08-09 07:41:10 +00:00
Peter Simons
98b321e99b
pkgs/development/compilers/ghc: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=28402
2011-08-08 19:47:31 +00:00
Peter Simons
e2cfe51f21
pkgs/development/compilers/ghc: move the homepage attribute into the meta section
...
svn path=/nixpkgs/trunk/; revision=28401
2011-08-08 19:47:21 +00:00
Andres Löh
1e5a711f96
Updating ghc-7.2.1 to rc2.
...
svn path=/nixpkgs/trunk/; revision=28185
2011-08-05 22:11:30 +00:00
Andres Löh
25e212ac0e
Bumping the GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=28166
2011-08-05 13:30:42 +00:00
Andres Löh
7f71e44d8e
Fix sha256 sums for ghc-6.12.1 binaries.
...
svn path=/nixpkgs/trunk/; revision=28165
2011-08-05 11:03:16 +00:00
Andres Löh
8fdb3c9e63
Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
...
svn path=/nixpkgs/trunk/; revision=28163
2011-08-05 08:52:35 +00:00
Michael Raskin
5fbf32b737
Missing files
...
svn path=/nixpkgs/trunk/; revision=28133
2011-08-03 08:38:34 +00:00
Michael Raskin
77c65a1a3b
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=28125
2011-08-02 18:52:00 +00:00
Rob Vermaas
bf68854ff4
make gcc 4.1 compile
...
svn path=/nixpkgs/trunk/; revision=28124
2011-08-02 16:02:53 +00:00
Shea Levy
c497c19c46
openjre: Call the derivation openjre instead of openjdk
...
svn path=/nixpkgs/trunk/; revision=28118
2011-08-01 18:48:10 +00:00
Shea Levy
02083734d1
Add openjre
...
svn path=/nixpkgs/trunk/; revision=28117
2011-08-01 18:48:01 +00:00
Shea Levy
9023f52855
openjdk: Don't delete src.zip, it comes with the binary distribution too
...
svn path=/nixpkgs/trunk/; revision=28115
2011-08-01 17:51:59 +00:00
Shea Levy
6a74987ad4
openjdk: Fix mistakenly erased square bracket
...
Not sure how that happend...
svn path=/nixpkgs/trunk/; revision=28100
2011-08-01 02:59:22 +00:00
Shea Levy
84529a1370
openjdk: Add meta attributes
...
svn path=/nixpkgs/trunk/; revision=28099
2011-08-01 01:17:42 +00:00
Shea Levy
31b09ab695
openjdk: Install build results to $out
...
svn path=/nixpkgs/trunk/; revision=28098
2011-08-01 01:17:33 +00:00
Shea Levy
572edb6f68
openjdk: Add patch to fix 'printf: --: invalid option' error
...
Thanks to http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg510739.html for the fix
svn path=/nixpkgs/trunk/; revision=28097
2011-08-01 01:17:25 +00:00
Shea Levy
43cb8fb149
openjdk: Add cpio to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28096
2011-08-01 01:17:16 +00:00
Shea Levy
ec41a120fb
openjdk: Add patch to avoid an empty -I flag
...
svn path=/nixpkgs/trunk/; revision=28095
2011-08-01 01:17:08 +00:00
Shea Levy
0e9cda68fc
openjdk: Fix an Xrender.h include
...
svn path=/nixpkgs/trunk/; revision=28094
2011-08-01 01:16:59 +00:00
Shea Levy
c6cf3e563e
Add libXi to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28093
2011-08-01 01:16:50 +00:00
Shea Levy
09567b5caf
Add libXtst to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28092
2011-08-01 01:16:42 +00:00
Shea Levy
e2f7b2087c
Add libXrender to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28091
2011-08-01 01:16:35 +00:00
Shea Levy
fb896f62dd
Add libXext to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28090
2011-08-01 01:16:27 +00:00
Shea Levy
6ce3f32da2
Add libXt to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28089
2011-08-01 01:16:19 +00:00
Shea Levy
2e0252011d
Add libX11 to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28088
2011-08-01 01:16:10 +00:00
Shea Levy
9e06eb71d6
Add alsaLib to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28087
2011-08-01 01:16:02 +00:00
Shea Levy
e052a36daf
openjdk: Use the /bin/echo sed on the corba makefiles too
...
svn path=/nixpkgs/trunk/; revision=28086
2011-08-01 01:15:53 +00:00
Shea Levy
635dd9aac5
openjdk: Combine two seds into one
...
svn path=/nixpkgs/trunk/; revision=28085
2011-08-01 01:15:45 +00:00
Shea Levy
f70d3b72df
openjdk: We need ECHO to be echo -e, so replace the override with a sed
...
svn path=/nixpkgs/trunk/; revision=28084
2011-08-01 01:15:37 +00:00
Shea Levy
5fca670490
openjdk: Use makeFlags properly
...
svn path=/nixpkgs/trunk/; revision=28083
2011-08-01 01:15:29 +00:00
Shea Levy
58d64db27d
openjdk: Override hardcoded sort. It doesn't use any of the _PATH variables on linux
...
svn path=/nixpkgs/trunk/; revision=28082
2011-08-01 01:15:21 +00:00
Shea Levy
465a320b20
openjdk: Remove unneeded explicit dependencies
...
svn path=/nixpkgs/trunk/; revision=28081
2011-08-01 01:15:13 +00:00
Shea Levy
d0fe9fa2e8
openjdk: Remove all hardcoded binary overrides except echo
...
svn path=/nixpkgs/trunk/; revision=28080
2011-08-01 01:15:05 +00:00
Shea Levy
a0022251d9
openjdk: Override hardcoded echo again. It doesn't use any of the _PATH variables on linux
...
svn path=/nixpkgs/trunk/; revision=28079
2011-08-01 01:14:57 +00:00
Shea Levy
cdc12ac64a
openjdk: Add nettools to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28078
2011-08-01 01:14:49 +00:00
Shea Levy
29c72c4499
openjdk: Override UNIXCOMMAND_PATH so those binaries are found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28077
2011-08-01 01:14:41 +00:00
Shea Levy
0f257e1d5d
openjdk: Remove all coreutils overrides so they can be found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28076
2011-08-01 01:14:33 +00:00
Shea Levy
693dc6536b
openjdk: Replace dummy paths with empty path so the build uses the binaries in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28075
2011-08-01 01:14:25 +00:00
Shea Levy
49be6e4ed6
openjdk: Override hardcode to ln
...
svn path=/nixpkgs/trunk/; revision=28074
2011-08-01 01:14:17 +00:00