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
cac34d2be5
* Applied a patch to get Euca2ools / Boto to work on Python 2.7.
...
svn path=/nixpkgs/trunk/; revision=29956
2011-10-21 15:01:40 +00:00
Eelco Dolstra
5e51aadc10
* Fix evaluation errors.
...
svn path=/nixpkgs/trunk/; revision=29955
2011-10-21 14:43:18 +00:00
Eelco Dolstra
b0ead4190d
* Some Net::Amazon::EC2 patches.
...
svn path=/nixpkgs/trunk/; revision=29944
2011-10-20 18:17:37 +00:00
Marco Maggesi
bc49e0ff84
yajl: fix meta.license
...
svn path=/nixpkgs/trunk/; revision=29933
2011-10-20 11:46:13 +00:00
Sander van der Burg
d744daf773
Removed non existent license attribute
...
svn path=/nixpkgs/trunk/; revision=29931
2011-10-20 11:18:43 +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
Peter Simons
7784111b49
haskell-cabal2nix: updated to version 1.18
...
svn path=/nixpkgs/trunk/; revision=29917
2011-10-19 19:54:59 +00:00
Peter Simons
1faa8711c8
haskell-nixos-types: updated to version 1.2
...
svn path=/nixpkgs/trunk/; revision=29916
2011-10-19 19:54:55 +00:00
Peter Simons
0c9057b912
haskell-yesod: updated to version 0.9.3
...
svn path=/nixpkgs/trunk/; revision=29915
2011-10-19 19:46:00 +00:00
Peter Simons
ffbe3e6ef0
haskell-yesod-static: updated to version 0.3.1.2
...
svn path=/nixpkgs/trunk/; revision=29914
2011-10-19 19:45:56 +00:00
Peter Simons
575ec1ce25
haskell-yesod-form: updated to version 0.3.3
...
svn path=/nixpkgs/trunk/; revision=29913
2011-10-19 19:45:51 +00:00
Peter Simons
aa79612af5
haskell-yesod-core: updated to version 0.9.3.2
...
svn path=/nixpkgs/trunk/; revision=29912
2011-10-19 19:45:47 +00:00
Peter Simons
fe7f1ba570
haskell-yesod-auth: updated to version 0.7.4
...
svn path=/nixpkgs/trunk/; revision=29911
2011-10-19 19:45:43 +00:00
Peter Simons
172507f79e
haskell-WebBits: added version 2.1
...
svn path=/nixpkgs/trunk/; revision=29909
2011-10-19 19:37:34 +00:00
Peter Simons
9a8c52cf41
haskell-hmatrix: enable -fvector flag
...
svn path=/nixpkgs/trunk/; revision=29907
2011-10-19 18:26:02 +00:00
Peter Simons
b903b335fb
haskell-vty: dropped obsolete version 4.6.0.4
...
svn path=/nixpkgs/trunk/; revision=29905
2011-10-19 18:25:52 +00:00
Peter Simons
94884218d4
haskell-haskeline: updated to version 0.6.4.5
...
svn path=/nixpkgs/trunk/; revision=29902
2011-10-19 18:06:13 +00:00
Shea Levy
94dbab27a3
Bootstrap clang with itself
...
svn path=/nixpkgs/trunk/; revision=29901
2011-10-19 17:11:26 +00:00
Peter Simons
bfc36e2f8a
haskell-yap: updated to version 0.1
...
svn path=/nixpkgs/trunk/; revision=29900
2011-10-19 16:37:05 +00:00
Peter Simons
34f300aee6
haskell-hp2any-core: updated to version 0.11.1
...
svn path=/nixpkgs/trunk/; revision=29899
2011-10-19 16:37:01 +00:00
Peter Simons
d547b72bee
haskell-blaze-builder-enumerator: updated to version 0.2.0.3
...
svn path=/nixpkgs/trunk/; revision=29898
2011-10-19 16:36:57 +00:00
Peter Simons
f7a1a82fce
haskell-crypto-api: added version 0.7
...
svn path=/nixpkgs/trunk/; revision=29897
2011-10-19 16:36:51 +00:00
Peter Simons
eec3529bc2
haskell-NanoProlog: added version 0.2.3.1
...
svn path=/nixpkgs/trunk/; revision=29896
2011-10-19 16:36:45 +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
Peter Simons
924e624aad
haskell-haskeline: updated to version 0.6.4.4
...
svn path=/nixpkgs/trunk/; revision=29868
2011-10-17 17:05:14 +00:00
Peter Simons
810a7e4198
haskell-hakyll: updated to version 3.2.0.10
...
svn path=/nixpkgs/trunk/; revision=29867
2011-10-17 17:05:05 +00:00
Peter Simons
7b478fb0fd
haskell-certificate: updated to version 0.9.5
...
svn path=/nixpkgs/trunk/; revision=29866
2011-10-17 17:04:59 +00:00
Marco Maggesi
17c7829893
Ooops.
...
svn path=/nixpkgs/trunk/; revision=29865
2011-10-17 12:59:44 +00:00
Marco Maggesi
e726f10554
Io does not depend anymore on e2fsprogs
...
svn path=/nixpkgs/trunk/; revision=29864
2011-10-17 12:57:15 +00:00
Marco Maggesi
71f9ad3fe3
Make yajl build on Darwin.
...
svn path=/nixpkgs/trunk/; revision=29863
2011-10-17 10:19:35 +00:00
Marco Maggesi
8d424305f5
Update Io to version 2011.09.12.
...
svn path=/nixpkgs/trunk/; revision=29862
2011-10-17 08:36:07 +00:00
Peter Simons
be3cf6fe6c
haskell-snap-server: updated to version 0.5.5
...
svn path=/nixpkgs/trunk/; revision=29861
2011-10-16 18:22:42 +00:00
Peter Simons
aa49225df1
haskell-snap-core: updated to version 0.5.5
...
svn path=/nixpkgs/trunk/; revision=29860
2011-10-16 18:22:36 +00:00
Peter Simons
8f13b206cf
haskell-haskell-src-meta: updated to version 0.5.0.2
...
svn path=/nixpkgs/trunk/; revision=29859
2011-10-16 18:22:30 +00:00
Ludovic Courtès
9188489caf
Guile: Disable more GC-sensitive tests when using `-O0'.
...
svn path=/nixpkgs/trunk/; revision=29854
2011-10-15 16:34:26 +00:00
Peter Simons
b27823bfac
haskell-cpphs: updated to version 1.13.2
...
svn path=/nixpkgs/trunk/; revision=29844
2011-10-14 17:26:38 +00:00
Peter Simons
e419979131
haskell-tls: updated to version 0.8.1
...
svn path=/nixpkgs/trunk/; revision=29843
2011-10-14 17:26:32 +00:00
Peter Simons
c7aca7221b
haskell-http-enumerator: updated to version 0.7.1.2
...
svn path=/nixpkgs/trunk/; revision=29842
2011-10-14 17:26:27 +00:00
Peter Simons
65d9c62ac8
haskell-certificate: updated to version 0.9.4
...
svn path=/nixpkgs/trunk/; revision=29841
2011-10-14 17:26:22 +00:00
Peter Simons
e0528d4078
haskell-asn1-data: updated to version 0.6.1
...
svn path=/nixpkgs/trunk/; revision=29840
2011-10-14 17:26:16 +00:00
Peter Simons
c8529df9a9
haskell-Hipmunk: updated to version 5.2.0.4
...
svn path=/nixpkgs/trunk/; revision=29839
2011-10-14 17:26:12 +00:00
Marco Maggesi
c8e061945c
yajl: enable Hydra build
...
svn path=/nixpkgs/trunk/; revision=29838
2011-10-14 14:14:36 +00:00