Commit graph

292 commits

Author SHA1 Message Date
Eelco Dolstra 2e92cabb37 * substitute: support patterns starting with a dash.
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Eelco Dolstra 59d88c1772 * Revert r10833, it doesn't really work. Instead build ghcboot
with Perl 5.8.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10834
2008-02-22 14:43:00 +00:00
Eelco Dolstra d2d8d83f37 * A clever hack (due to Audrey Tang, see
http://consttype.blogspot.com/2007_07_01_archive.html) around the 
  fact that Perl 5.10 no longer supports the $* variable, which GHC's
  evil mangler requires.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10833
2008-02-22 14:09:29 +00:00
Eelco Dolstra 3e72751bd9 * ghcboot was broken: the combination of patchelf and strip -S generates
broken binaries (NIXPKGS-85).  Worked around by not stripping.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10831
2008-02-22 12:25:00 +00:00
Eelco Dolstra 67c961fd63 * Merged -r10790:HEAD from the trunk.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10815
2008-02-21 17:34:03 +00:00
Ludovic Courtès cee8b8ebac Add GNU Texinfo 4.9, use it to produce GCC 4.x documentation.
svn path=/nixpkgs/trunk/; revision=10805
2008-02-21 15:34:56 +00:00
Eelco Dolstra e12b421add * Merged most of the stdenv-updates branch. Some stuff didn't
merge cleanly right away (kde-4, kernel stuff) so it should be
  merged later.  But the stdenv stuff is all there.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Tobias Hammerschmidt 182d10bca9 java 6 update 4, can someone confirm that amd64 works properly?
svn path=/nixpkgs/trunk/; revision=10770
2008-02-20 11:34:48 +00:00
Marc Weber d884e1d0a6 fix c -> Cabal-1.2.3.0 the lib is found again
svn path=/nixpkgs/trunk/; revision=10669
2008-02-13 21:21:20 +00:00
Marc Weber fe5caa2f0f modified improved hasktags (can be removed when my changes are merged into ghc)
improved ghcs expression file Now you have tags for all libraries.
I still have to work on speed

svn path=/nixpkgs/trunk/; revision=10657
2008-02-13 11:15:08 +00:00
Sander van der Burg 6d4c13380b Added google webtoolkit
svn path=/nixpkgs/trunk/; revision=10653
2008-02-13 08:43:38 +00:00
Marc Weber 260c0c9c96 new version - annotated derivation proposal - used to install addtiontal /src
and /tag/ source code which to build up develop environments more easily ( TODO
make this optional for ghcWrapper )

svn path=/nixpkgs/trunk/; revision=10648
2008-02-12 16:24:02 +00:00
Marc Weber 35c38df0af no longer used
svn path=/nixpkgs/trunk/; revision=10566
2008-02-09 14:09:14 +00:00
Marc Weber 0efd4183e1 updated version of my ghc and packages proposal. Now compiles HAppS.
Examples on how to add ghc extra_libs, libraries from hackage are included

svn path=/nixpkgs/trunk/; revision=10565
2008-02-09 14:08:37 +00:00
Marc Weber 94128cb6a8 added roadsend PHP-Compiler
svn path=/nixpkgs/trunk/; revision=10550
2008-02-08 01:57:31 +00:00
Marc Weber 9e0cfbdfdd bigloo is now compiling
svn path=/nixpkgs/trunk/; revision=10549
2008-02-08 01:35:01 +00:00
Eelco Dolstra d3993b18fb * GCC 4.2.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10499
2008-02-04 15:15:06 +00:00
Yury G. Kudryashov fbfab88e04 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.


svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Yury G. Kudryashov c1a512f2a1 Added WebDSL
svn path=/nixpkgs/branches/stdenv-updates/; revision=10386
2008-01-29 13:18:13 +00:00
Yury G. Kudryashov 13255753b4 Added java-front
svn path=/nixpkgs/branches/stdenv-updates/; revision=10384
2008-01-29 13:17:42 +00:00
Yury G. Kudryashov 8b871ad339 Added Stratego/XT 0.17 prerelease
svn path=/nixpkgs/branches/stdenv-updates/; revision=10383
2008-01-29 13:17:25 +00:00
Sander van der Burg d3b73db40b Added WebDSL
svn path=/nixpkgs/trunk/; revision=10375
2008-01-29 11:46:34 +00:00
Sander van der Burg 293fdf9c5d Added java-front
svn path=/nixpkgs/trunk/; revision=10373
2008-01-29 09:47:34 +00:00
Sander van der Burg 1afbc67f9a Added Stratego/XT 0.17 prerelease
svn path=/nixpkgs/trunk/; revision=10372
2008-01-29 09:42:20 +00:00
Yury G. Kudryashov b3cd1e644a Changed version-related syntax in python, gettext and ocaml
svn path=/nixpkgs/trunk/; revision=10316
2008-01-28 19:30:57 +00:00
Yury G. Kudryashov 9b2659eec7 Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Sander van der Burg d0792fd3bc Added x86_64 version of JDK5
svn path=/nixpkgs/trunk/; revision=10272
2008-01-24 10:14:33 +00:00
Yury G. Kudryashov da57804fff Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Sander van der Burg 12fafd0c7d Added JBoss
svn path=/nixpkgs/trunk/; revision=10259
2008-01-23 12:25:08 +00:00
Marc Weber 22c7d08b6a proposal cabal ghc builder + dep tracking using GHC_PACKAGE_PATH (untested - not yet working)
svn path=/nixpkgs/trunk/; revision=10245
2008-01-22 14:34:23 +00:00
Michael Raskin bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Marc Weber e054e91e8b renamed av/avs (create attr/value set) to nv nvs
because niksnut has renamed the attr names in listToAttrs long time ago.

svn path=/nixpkgs/trunk/; revision=10185
2008-01-17 11:08:24 +00:00
Yury G. Kudryashov 6e8ff2b24b Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155
2008-01-15 14:32:10 +00:00
Yury G. Kudryashov a7703662a4 Merged with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Andres Löh 7f402451ec * porting changes from ghc-6.8.2 nix expression back to 6.6.1
* cleaning up a bit

svn path=/nixpkgs/trunk/; revision=10103
2008-01-09 13:08:36 +00:00
Andres Löh 35d05e3cc1 * statically fix the gcc instance used by ghc
svn path=/nixpkgs/trunk/; revision=10099
2008-01-08 08:45:39 +00:00
Andres Löh 5d4fd5f529 * readline library flag restored; this is required for ghc during linking
svn path=/nixpkgs/trunk/; revision=10092
2008-01-07 22:02:44 +00:00
Eelco Dolstra ab5a39d40b * Doh.
svn path=/nixpkgs/trunk/; revision=9954
2007-12-19 11:19:02 +00:00
Eelco Dolstra ae979c46a9 * Support for building GHC 6.8 on Darwin.
svn path=/nixpkgs/trunk/; revision=9942
2007-12-14 21:30:03 +00:00
Eelco Dolstra e9536180f1 * Doh.
svn path=/nixpkgs/trunk/; revision=9941
2007-12-14 17:53:38 +00:00
Eelco Dolstra 65c1809b67 * Support for building a bootstrap GHC (ghcboot) on i686-darwin.
Building of the bootstrapped compiler isn't tested yet.

svn path=/nixpkgs/trunk/; revision=9940
2007-12-14 17:51:11 +00:00
Andres Löh 05cbfdc0bc * version bump to 6.8.2
svn path=/nixpkgs/trunk/; revision=9933
2007-12-13 22:49:32 +00:00
Andres Löh 4015abfb18 * fixed libraries/core packages for ghc-6.8
svn path=/nixpkgs/trunk/; revision=9908
2007-12-11 19:00:56 +00:00
Andres Löh 67b8350ee6 * ghc-6.8 is no longer a snapshot
* fixed typo in application of x86_64 patch, i.e.,
    now really seems to work on x86_64 ...

svn path=/nixpkgs/trunk/; revision=9898
2007-12-10 10:50:59 +00:00
Yury G. Kudryashov b5b3671318 removed unused file
svn path=/nixpkgs/branches/stdenv-updates/; revision=9896
2007-12-08 15:21:56 +00:00
Yury G. Kudryashov d23f0bf7e9 merging trunk...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9895
2007-12-08 15:21:03 +00:00
Yury G. Kudryashov 3896cd4a28 * Get rid of the `(import (__toPath ((toString
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.


svn path=/nixpkgs/branches/stdenv-updates/; revision=9886
2007-12-08 01:09:00 +00:00
Yury G. Kudryashov d1cc8aafd0 * Nix 0.10 compatibility.
svn path=/nixpkgs/branches/stdenv-updates/; revision=9883
2007-12-08 01:08:12 +00:00
Marc Weber 285a11f346 forgotten to commit this small patch
svn path=/nixpkgs/trunk/; revision=9866
2007-12-06 01:33:12 +00:00