Eelco Dolstra
a450978f26
* Glibc updated to 2.3.5.
...
* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.
svn path=/nixpkgs/trunk/; revision=3188
2005-06-17 10:30:13 +00:00
Martin Bravenboer
286a0aa881
Custom builder not necessary
...
svn path=/nixpkgs/trunk/; revision=3134
2005-05-25 09:21:36 +00:00
Martin Bravenboer
637fae18a0
Upgrade of jikes. Jikes is now also included in the cache
...
svn path=/nixpkgs/trunk/; revision=3133
2005-05-25 09:20:30 +00:00
Martin Bravenboer
1c9690ab2f
* pkgs/development/tools/parsing/sdf/default.nix: default.nix
...
now imports Nix expression of specific version.
* pkgs/development/tools/parsing/sdf/sdf2-bundle-2.2.nix: added
previous version of sdf2-bundle.
* pkgs/development/tools/parsing/sdf2: obsolete.
* pkgs/development/compilers/strategoxt/strategoxt-0.12.nix: use
sdf2-bundle instead of attribute set for the individual packages.
*
svn path=/nixpkgs/trunk/; revision=3081
2005-05-19 11:23:56 +00:00
Martin Bravenboer
b99065a3d9
* Upgraded Stratego/XT to Stratego/XT 0.14
...
* Clean up of SDF attributes in all-package-generic. There is now a
single attribute, called sdf.
svn path=/nixpkgs/trunk/; revision=3062
2005-05-18 16:50:14 +00:00
Eelco Dolstra
2ed47f7522
* GCC 4.0.0 added (though it's not used for anything yet).
...
svn path=/nixpkgs/trunk/; revision=2878
2005-04-22 12:14:55 +00:00
Eelco Dolstra
f6e91bc9c9
* Merge r2396.
...
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Martin Bravenboer
51ce4ea2f7
* development/libraries/gnome/*: upgraded all gnome packages
...
to 2.8.3.
* development/libraries/gnome/*: copied gtk packages to gnome
directory. gnome 2.8.3 did not work on gtk 2.4 nor gtk
2.6. Using the specific version of the gnome platform 2.8.3 directory
'solved' the issue.
* development/libraries/gnome/gnome-icon-theme: new packag
* development/libraries/gnome/libgtkhtml: new package
* development/libraries/gnome/gtkhtml: new package
* development/libraries/gnome/libgnomeprint: new package
* development/libraries/gnome/libgnomeprintui: new package
* development/libraries/gnome/gnome-keyring: new package
* development/libraries/gnome/gail: new package
* applications/editors/monodoc: new package
svn path=/nixpkgs/trunk/; revision=2312
2005-02-26 23:45:19 +00:00
Martin Bravenboer
5ab3aa73c4
Added the latest Mono release
...
svn path=/nixpkgs/trunk/; revision=2276
2005-02-22 20:08:24 +00:00
Eelco Dolstra
3bf404a3f2
* Let the Mozilla plugins announce where in their output the actual
...
plugins are, rather then requiring certain fixed directories.
svn path=/nixpkgs/trunk/; revision=2242
2005-02-16 11:24:40 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Martin Bravenboer
a1f2fad0fe
Added StrategoXT 0.13. StrategoXT 0.12 is still available
...
svn path=/nixpkgs/trunk/; revision=2039
2005-01-14 21:26:18 +00:00
Eelco Dolstra
9e5869f731
* GCC updated to 3.4.3.
...
svn path=/nixpkgs/trunk/; revision=1980
2004-12-31 11:21:42 +00:00
Martin Bravenboer
eeb83adeba
Added strategoxt-0.12
...
svn path=/nixpkgs/trunk/; revision=1807
2004-11-26 17:36:22 +00:00
Martin Bravenboer
c35db17230
Added gwydion-dylan to nixpkgs
...
svn path=/nixpkgs/trunk/; revision=1786
2004-11-19 17:47:17 +00:00
Armijn Hemel
854c34cbcb
finally have a static nix via nix...
...
svn path=/nixpkgs/trunk/; revision=1617
2004-10-28 12:53:11 +00:00
Rob Vermaas
cc87524f17
java 1.5.0
...
svn path=/nixpkgs/trunk/; revision=1541
2004-10-05 07:30:01 +00:00
Eelco Dolstra
dc29a4ac48
* Added SDL, Simple DirectMedia Layer.
...
* Added NASM, the Netwide Assembler.
* Added Generator, an emulator for Sega Genesis / Mega Drive machines.
Built with XVideo patch. Strangely it crashes with a GDK error when
started in normal mode. However, with the "-a" switch (arcade mode)
it works, and subsequently switching back to windowed mode (Ctrl-F)
also works.
svn path=/nixpkgs/trunk/; revision=1509
2004-09-26 18:12:51 +00:00
Martin Bravenboer
b46f1539d0
Cleanup
...
svn path=/nixpkgs/trunk/; revision=1494
2004-09-22 20:28:04 +00:00
Martin Bravenboer
09f1f291fa
Added strategoxt-unstable. Hope to keep this one up-to-date.
...
svn path=/nixpkgs/trunk/; revision=1492
2004-09-22 19:48:36 +00:00
Eelco Dolstra
aeee7551f0
* Explicitly set POSIX compliance level to work around coreutils
...
maintainer fascism.
svn path=/nixpkgs/trunk/; revision=1482
2004-09-21 15:27:43 +00:00
Eelco Dolstra
1ab4a9324c
* The `patch' command is now part of stdenv, so it no longer needs to
...
be passed to derivations that need to apply patches.
* GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3').
* The temporary GCCs built during the stdenvLinux bootstrap are now
built without C++ support and without profiling.
* Remove fixincl in GCC 3.4 to prevent a retained dependency on the
previous GCC.
* Always set $prefix in setup.sh, even when there is no configure
script.
svn path=/nixpkgs/trunk/; revision=1444
2004-09-18 17:23:18 +00:00
Eelco Dolstra
9121f6da6a
* GCC 3.4.2.
...
svn path=/nixpkgs/trunk/; revision=1389
2004-09-10 12:44:24 +00:00
Martin Bravenboer
261451c3ec
Update to jdk 1.5.0 release candidate
...
svn path=/nixpkgs/trunk/; revision=1373
2004-09-02 12:50:37 +00:00
Martin Bravenboer
5f15317a59
Added backdown, which is a downloadable J2SDK. However, the builder still has to use 'yes yes' and more = cat.
...
svn path=/nixpkgs/trunk/; revision=1323
2004-08-24 09:12:01 +00:00
Martin Bravenboer
778dab85be
Delete files in root directory
...
svn path=/nixpkgs/trunk/; revision=1301
2004-08-20 11:08:08 +00:00
Martin Bravenboer
ec899b9f2b
Mirror jikes at losser
...
svn path=/nixpkgs/trunk/; revision=1300
2004-08-20 10:54:20 +00:00
Eelco Visser
2398d68d94
re-introduced patched configure script to avoid use of an absolute path for configuration of ocaml
...
svn path=/nixpkgs/trunk/; revision=1261
2004-08-11 20:08:08 +00:00
Martin Bravenboer
2ec94563bc
Update to latest snapshot
...
svn path=/nixpkgs/trunk/; revision=1257
2004-08-11 08:37:30 +00:00
Martin Bravenboer
2c61f2f1af
Update ofJ2SDK 1.4.2
...
svn path=/nixpkgs/trunk/; revision=1253
2004-08-09 21:27:04 +00:00
Martin Bravenboer
983a737867
Executable
...
svn path=/nixpkgs/trunk/; revision=1250
2004-08-09 19:20:46 +00:00
Eelco Dolstra
ffdc517c33
* GCC 2.95.3 (required to build some "old" stuff).
...
svn path=/nixpkgs/trunk/; revision=1213
2004-08-03 10:36:29 +00:00
Eelco Visser
de387a0368
strategoxt should use sdf bundle
...
svn path=/nixpkgs/trunk/; revision=1194
2004-07-28 13:12:28 +00:00
Eelco Visser
417aa140f6
don't use patched configure script for ocaml
...
svn path=/nixpkgs/trunk/; revision=1191
2004-07-28 11:23:35 +00:00
Eelco Visser
103f769310
- Some recent StrategoXT distributions
...
- Build ocaml with x11 support
svn path=/nixpkgs/trunk/; revision=1190
2004-07-28 11:16:25 +00:00
Eelco Visser
4e0ab72b67
Nix expression for ocaml compiler.
...
- The package has a non-standard build interface;
fixed with hooks for genericBuild
- The graph library requires x11 and the configure
script looks in absolute directory paths to find
X11. Fixed by using patched configure script from
which the absolute paths have been removed. As
a consequence the graph library is not build until
we have X11 support in Nix.
svn path=/nixpkgs/trunk/; revision=1188
2004-07-28 10:08:31 +00:00
Eelco Visser
6bb1fefcdc
nix expression for ocaml
...
svn path=/nixpkgs/trunk/; revision=1187
2004-07-27 21:16:09 +00:00
Eelco Visser
be48aa538b
- O'Caml compiler for Object CaML
...
- hevea is an interpreter for latex producing html
svn path=/nixpkgs/trunk/; revision=1171
2004-07-16 22:58:15 +00:00
Martin Bravenboer
feeff4dfb1
Working on improved Ant package in Nix: do configuration in wrapper scripts. This is the 'core' Ant.
...
svn path=/nixpkgs/trunk/; revision=1148
2004-07-10 13:59:21 +00:00
Eelco Dolstra
d91c216e2c
* Include gcc 3.4.x in the nixpkgs release.
...
* Remove precompiled headers, which are nice except that
A) they don't work; and
B) they make gcc take up 270% more disk space.
svn path=/nixpkgs/trunk/; revision=1129
2004-07-05 12:20:23 +00:00
Eelco Dolstra
2bf90b3fbf
* gcc-wrapper: inherit gcc's name by default.
...
* gcc: upgraded to 3.4.1.
Zie je wel, Martin, gcc is niet eng :-)
svn path=/nixpkgs/trunk/; revision=1128
2004-07-05 12:00:19 +00:00
Eelco Dolstra
d92fa0bf37
* Add an option to GCC to build a profiled compiler (which is about
...
5-10% faster).
svn path=/nixpkgs/trunk/; revision=1108
2004-07-01 12:17:53 +00:00
Eelco Dolstra
56fd464a72
* GCC 3.4 now seems to work.
...
svn path=/nixpkgs/trunk/; revision=1105
2004-06-29 17:33:54 +00:00
Eelco Dolstra
62981b617d
* Started adding gcc 3.4.
...
svn path=/nixpkgs/trunk/; revision=1103
2004-06-29 08:25:55 +00:00
Martin Bravenboer
6ade14473a
Latest daily distribution of StrategoXT in Nix
...
svn path=/nixpkgs/trunk/; revision=1066
2004-06-21 13:17:20 +00:00
Martin Bravenboer
3d90f961b4
Added Happy parser generator and HaRP: Haskell Regular Patterns
...
svn path=/nixpkgs/trunk/; revision=1043
2004-06-09 14:23:05 +00:00
Martin Bravenboer
ef73044b61
Upgrade to beta2
...
svn path=/nixpkgs/trunk/; revision=1039
2004-06-01 19:36:45 +00:00
Martin Bravenboer
fec8c962ab
Added the packages that constitute the sdf2 distribution 2.1 as separate packages, collected in a Nix attribute set
...
svn path=/nixpkgs/trunk/; revision=1020
2004-05-13 18:06:09 +00:00
Martin Bravenboer
ffade7689e
Added j2sdk-1.5.0-beta
...
svn path=/nixpkgs/trunk/; revision=1014
2004-05-12 15:06:23 +00:00
Martin Bravenboer
ecdac2b804
Upgrade strategoxt to 0.10
...
svn path=/nixpkgs/trunk/; revision=1013
2004-05-12 14:34:12 +00:00