Commit graph

7727 commits

Author SHA1 Message Date
Ludovic Courtès a5a5cbe93d GCJ 4.4: Require libart.
svn path=/nixpkgs/trunk/; revision=16490
2009-07-28 09:23:40 +00:00
Ludovic Courtès 1228ff02b7 GCC 4.4: Improve `meta'.
svn path=/nixpkgs/trunk/; revision=16489
2009-07-28 08:44:41 +00:00
Ludovic Courtès 979a8410f0 Remove GCJ 4.3, which has never worked.
svn path=/nixpkgs/trunk/; revision=16488
2009-07-28 08:13:11 +00:00
Ludovic Courtès f9f44ed564 GCJ 4.4: Build the GTK+ AWT peer.
svn path=/nixpkgs/trunk/; revision=16487
2009-07-28 08:11:10 +00:00
Ludovic Courtès 032c603c8b GCJ 4.4: Try to avoid FastJar since it appears to be broken.
svn path=/nixpkgs/trunk/; revision=16486
2009-07-27 23:09:04 +00:00
Marc Weber 9b3655cef0 add hslogger-templates, parsec3, update myhasktags, fix terminfo for older ghcs
svn path=/nixpkgs/trunk/; revision=16482
2009-07-27 16:05:47 +00:00
Marc Weber 58239ae82a ghc: add ghc-packages returning list of package databases so that you
can define GHC_PACKAGE_PATH=`ghc-packgaes` easily. Required for scion

svn path=/nixpkgs/trunk/; revision=16481
2009-07-27 16:05:44 +00:00
Marc Weber ada954cfbc myhasktags update
svn path=/nixpkgs/trunk/; revision=16480
2009-07-27 16:05:41 +00:00
Marc Weber 05259ed635 Monetdb: enabling Java support
svn path=/nixpkgs/trunk/; revision=16479
2009-07-27 16:05:39 +00:00
Marc Weber c3ddc9df62 cdtenv: also store PATH and PKG_CONFIG_PATH
svn path=/nixpkgs/trunk/; revision=16478
2009-07-27 16:05:36 +00:00
Marc Weber f4ca975ce5 add makeOverridable to apacheAnt so that the jdk can be overwritten
svn path=/nixpkgs/trunk/; revision=16477
2009-07-27 16:05:34 +00:00
Marc Weber e932a5c6d6 jdk 1.5.0_19
svn path=/nixpkgs/trunk/; revision=16476
2009-07-27 16:05:20 +00:00
Ludovic Courtès 35b5686ad4 GCJ 4.4: Provide InfoZIP; remove FastJar hack; don't build C; provide which(1).
svn path=/nixpkgs/trunk/; revision=16475
2009-07-27 15:40:01 +00:00
Rob Vermaas b4c3057f76 virtualbox 3.0.2
svn path=/nixpkgs/trunk/; revision=16474
2009-07-27 14:10:59 +00:00
Ludovic Courtès 7583ac7638 GCJ 4.4: Don't build the `configure-gcc' target; use FastJar; make zlib/BDW-GC visible.
Building the `configure-gcc' target early on (in `preConfigure') was a big mistake as
the build woud just go haywire after that (e.g., trying and failing to build `jvgenmain'
in stage 1).


svn path=/nixpkgs/trunk/; revision=16472
2009-07-27 13:50:19 +00:00
Ludovic Courtès 8feb395f42 GCJ 4.4: Depend on FastJar, needed during the bootstrap phase.
svn path=/nixpkgs/trunk/; revision=16470
2009-07-27 10:46:23 +00:00
Ludovic Courtès 43f4d29bb8 Add FastJar.
svn path=/nixpkgs/trunk/; revision=16469
2009-07-27 10:43:20 +00:00
Lluís Batlle i Rossell d4aedd92cc I revert my changes to get nixpkgs working on armv5tel-linux.
I thought I didn't change stdenv, but I did. This will go soon into the stdenv
branch then.
Reverse-merging r16467 through r16465.


svn path=/nixpkgs/trunk/; revision=16468
2009-07-26 22:47:33 +00:00
Lluís Batlle i Rossell 4f5e00f686 Fixing perl so it builds well with stdenvNative in my arm-linux debian.
svn path=/nixpkgs/trunk/; revision=16467
2009-07-26 21:48:17 +00:00
Lluís Batlle i Rossell 532fc4a05d Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headers
svn path=/nixpkgs/trunk/; revision=16466
2009-07-26 21:48:10 +00:00
Lluís Batlle i Rossell dcf0a95a72 Updating to allow ld-linux.so.? interpreters, instead of always .so.2
svn path=/nixpkgs/trunk/; revision=16465
2009-07-26 21:48:00 +00:00
Ludovic Courtès 83116e4b8c GNU Parted 1.9.0.
svn path=/nixpkgs/trunk/; revision=16463
2009-07-26 21:03:52 +00:00
Ludovic Courtès d39bbb1693 gfortran44: Fix typo.
svn path=/nixpkgs/trunk/; revision=16462
2009-07-26 11:14:17 +00:00
Ludovic Courtès f052e6d253 Add `gfortran44'; build GCJ 4.4 with the C language.
svn path=/nixpkgs/trunk/; revision=16459
2009-07-24 22:19:07 +00:00
Ludovic Courtès 292a191f70 GCC 4.4: Fewer $NIX_ variables.
svn path=/nixpkgs/trunk/; revision=16458
2009-07-24 21:56:58 +00:00
Rob Vermaas 685bb27c64 remove -Wno-long-double flag for python on darwin
svn path=/nixpkgs/trunk/; revision=16456
2009-07-24 14:51:04 +00:00
Rob Vermaas 8393b93136 pass readline to gnuplot
svn path=/nixpkgs/trunk/; revision=16455
2009-07-24 14:18:25 +00:00
Ludovic Courtès fc6b794f33 GCC 4.4.1.
svn path=/nixpkgs/trunk/; revision=16454
2009-07-24 13:34:57 +00:00
Ludovic Courtès 7f22bca190 Quack 0.37.
svn path=/nixpkgs/trunk/; revision=16453
2009-07-24 12:41:47 +00:00
Rob Vermaas b05906055a * gcc-apple fixes for darwin
svn path=/nixpkgs/trunk/; revision=16452
2009-07-24 12:28:39 +00:00
Eelco Dolstra 869c2efec0 * dhcp updated to 4.1.0p1. This seems to fix my problems with
wpa_supplicant (i.e. the dhclient-script no longer brings down the
  wlan0 interface).  The patches no longer seem needed.

svn path=/nixpkgs/trunk/; revision=16449
2009-07-23 23:57:11 +00:00
Rob Vermaas c100551503 * darwin patch to make sure gnupatch doesn't get dSYM extension
svn path=/nixpkgs/trunk/; revision=16447
2009-07-23 22:07:45 +00:00
Eelco Dolstra aaca21fcff * iproute2 updated to 2.6.29-1.
svn path=/nixpkgs/trunk/; revision=16446
2009-07-23 21:34:53 +00:00
Eelco Dolstra dd2aba46bf svn path=/nixpkgs/trunk/; revision=16445 2009-07-23 21:22:13 +00:00
Rob Vermaas ab9eca5868 removed debug stuff
svn path=/nixpkgs/trunk/; revision=16444
2009-07-23 20:49:38 +00:00
Rob Vermaas ded5f74bc4 svn path=/nixpkgs/trunk/; revision=16443 2009-07-23 19:32:53 +00:00
Rob Vermaas c0fbe9b7a3 temporary reinstate patch for darwin openssl
svn path=/nixpkgs/trunk/; revision=16442
2009-07-23 19:14:00 +00:00
Rob Vermaas ac67112c3f * first try to fix darwin gcc +libstdcxx
svn path=/nixpkgs/trunk/; revision=16441
2009-07-23 19:13:34 +00:00
Eelco Dolstra 4bc2468913 * iptables updated to 1.4.4.
svn path=/nixpkgs/trunk/; revision=16440
2009-07-23 18:16:24 +00:00
Andres Löh 5164d2ec62 Added lhs2TeX support to LaTeX builder.
svn path=/nixpkgs/trunk/; revision=16439
2009-07-23 14:13:09 +00:00
Eelco Dolstra 9f59fb9377 * findFirst is used by the LaTeX function. Forgot to commit.
svn path=/nixpkgs/trunk/; revision=16438
2009-07-22 14:43:39 +00:00
Ludovic Courtès c6d7c043f7 Add Perl-Image-ExifTool, with the exiftool(1) command-line tool.
svn path=/nixpkgs/trunk/; revision=16437
2009-07-21 20:42:04 +00:00
Andres Löh f795e114f1 (hopefully) fix nxml bug in release.nix
svn path=/nixpkgs/trunk/; revision=16436
2009-07-20 17:55:30 +00:00
Andres Löh f4f9c8a2f2 Added ghc-6.10.4 to release.nix
svn path=/nixpkgs/trunk/; revision=16435
2009-07-20 17:48:00 +00:00
Ludovic Courtès 279a94a637 GCJ 4.4: Pass ecj.jar' using --with-ecj-jar'.
svn path=/nixpkgs/trunk/; revision=16434
2009-07-20 15:34:10 +00:00
Ludovic Courtès 3c7bb6a957 IceCat: Don't override $PYTHONPATH.
svn path=/nixpkgs/trunk/; revision=16433
2009-07-20 14:37:28 +00:00
Ludovic Courtès 5fdfa7ddf1 Add missing argument to `icecatXulrunner3'.
Reported by Peter Simons.

svn path=/nixpkgs/trunk/; revision=16432
2009-07-20 14:14:28 +00:00
Andres Löh 7669dca3b9 Added "regular" library for Haskell.
svn path=/nixpkgs/trunk/; revision=16431
2009-07-20 13:17:50 +00:00
Andres Löh 8c6bef0bb0 Version bump to ghc-6.10.4.
svn path=/nixpkgs/trunk/; revision=16430
2009-07-20 13:02:56 +00:00
Ludovic Courtès cb82de9ceb GNU IceCat: Add PLY as a build input.
svn path=/nixpkgs/trunk/; revision=16429
2009-07-19 12:34:14 +00:00