summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-11Added j2sdk 1.5.0 beta. You need to download the file by hand to /tmpMartin Bravenboer5-3/+42
svn path=/nixpkgs/branches/martin2/; revision=831
2004-02-19* Added net-tools (for ifconfig, route, hostname).Eelco Dolstra4-0/+104
svn path=/nixpkgs/trunk/; revision=805
2004-02-18* Added the UML utilities (in particular for tunctl). mconsole isEelco Dolstra3-0/+31
not built since it requires readline, which we don't have right now. svn path=/nixpkgs/trunk/; revision=804
2004-02-18* Upgraded vlc to 0.7.0.Eelco Dolstra3-6/+6
svn path=/nixpkgs/trunk/; revision=800
2004-02-18* Pass parameters correctly.Eelco Dolstra1-1/+2
svn path=/nixpkgs/trunk/; revision=799
2004-02-17* Add bittorrent to the cache.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=798
2004-02-17* Added BitTorrent.Eelco Dolstra3-5/+38
svn path=/nixpkgs/trunk/; revision=797
2004-02-17* Export a variation point `zlibSupport'.Eelco Dolstra2-9/+19
svn path=/nixpkgs/trunk/; revision=796
2004-02-17* Added wxPython.Eelco Dolstra3-0/+28
svn path=/nixpkgs/trunk/; revision=795
2004-02-17* Export a variation point `compat22' to specify compatibility withEelco Dolstra2-13/+14
wxWindows 2.2. svn path=/nixpkgs/trunk/; revision=794
2004-02-16* Use separate Berkeley DB and ATerm.Eelco Dolstra3-12/+20
svn path=/nixpkgs/trunk/; revision=793
2004-02-16* Added a Nix expression for Nix.Eelco Dolstra4-0/+27
svn path=/nixpkgs/trunk/; revision=790
2004-02-16* Added e2fsprogs (for e2fsck).Eelco Dolstra3-0/+26
svn path=/nixpkgs/trunk/; revision=788
2004-02-16* Added sysvinit (mostly because it provides a decent `halt'Eelco Dolstra4-0/+131
command). svn path=/nixpkgs/trunk/; revision=787
2004-02-16* Added util-linux (for mount etc.).Eelco Dolstra5-1/+175
svn path=/nixpkgs/trunk/; revision=786
2004-02-13* User-Mode Linux and GNU Patch.Eelco Dolstra8-0/+433
svn path=/nixpkgs/trunk/; revision=779
2004-02-12* Added GHC and Helium. Note that GHC is built using a pre-built GHCEelco Dolstra8-27/+124
for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
2004-02-10* Ugh.Eelco Dolstra4-6/+6
svn path=/nixpkgs/trunk/; revision=774
2004-02-04* Override packages in stdenvLinux with those already built in earlierEelco Dolstra2-5/+32
stages of the bootstrap process (i.e., stdenvLinuxBoot). * Add those packages to the distribution. We didn't do that before because it would cause them to be built twice. svn path=/nixpkgs/trunk/; revision=753
2004-02-04Added version 2.6.5 of libxml2Martin Bravenboer2-0/+19
svn path=/nixpkgs/trunk/; revision=750
2004-02-03* Fix undefined variables.Eelco Dolstra3-3/+3
svn path=/nixpkgs/trunk/; revision=744
2004-02-02* Use the `inherit' syntax.Eelco Dolstra2-424/+136
svn path=/nixpkgs/trunk/; revision=740
2004-01-30* Flex required M4 at runtime.Eelco Dolstra3-2/+6
svn path=/nixpkgs/trunk/; revision=734
2004-01-30* Bleeding edge Bison.Eelco Dolstra4-0/+32
svn path=/nixpkgs/trunk/; revision=730
2004-01-30* Missing semicolon.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=729
2004-01-30* A much newer version of flex. The old (GNU) one was from 1997.Eelco Dolstra4-0/+35
svn path=/nixpkgs/trunk/; revision=727
2004-01-29* Semicolons at the end of an attrset are now required.Eelco Dolstra3-3/+3
svn path=/nixpkgs/trunk/; revision=726
2004-01-27* Upgrade to Subversion 0.37.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=724
2004-01-26* j2sdk should not refer to /tmp/j2sdk-1_4_2_03-linux-i586.bin in thisEelco Dolstra1-1/+1
way, since it prevents store expression from being instantiated from all-packages-generic.nix. svn path=/nixpkgs/trunk/; revision=721
2004-01-25* Added cksfv, a program for verifying sfv checksum files.Eelco Dolstra4-0/+28
svn path=/nixpkgs/trunk/; revision=720
2004-01-25* Teletext support for zapping.Eelco Dolstra5-5/+63
svn path=/nixpkgs/trunk/; revision=719
2004-01-25Added Apache Ant, including configuration of JAVA_HOME and ANT_HOME. ↵Martin Bravenboer3-0/+37
Currently only the shell script is patched, but this one is used most in practice. svn path=/nixpkgs/trunk/; revision=718
2004-01-24java is a trademark, not a productMartin Bravenboer0-0/+0
svn path=/nixpkgs/trunk/; revision=717
2004-01-24 * Added the j2sdk of Sun for Linux. Downloading this thing isMartin Bravenboer7-1/+82
a big problem, so I decided to require to user to get the file and put it in some location in the file system. wget doesn't seem to accept the file scheme however, so I had to move the copying into the builder itself. The builder checks the md5 hash of the downloaded file. Maybe having a separate 'fetchfile' would be useful to make a file in the outside world pure. I tried to add this to build-support, but this obviously did not work. I still committed it. Just remove it if you think that it sucks. svn path=/nixpkgs/trunk/; revision=716
2004-01-24Added jikes, IBM's open source java compiler.Martin Bravenboer3-0/+25
svn path=/nixpkgs/trunk/; revision=715
2004-01-24Added the j2re for Linux. My installation of Eclipse runs on an j2re ↵Martin Bravenboer4-0/+49
installed in Nix, so I guess it works pretty well. Of course other platforms should be added. This version will not be installed if the platform is not i686-linux. svn path=/nixpkgs/trunk/; revision=714
2004-01-22Added all indivudual packages of the sdf2-bundleMartin Bravenboer9-2/+140
svn path=/nixpkgs/trunk/; revision=708
2004-01-22Added sglrMartin Bravenboer5-2/+32
svn path=/nixpkgs/trunk/; revision=707
2004-01-22Added pt-support 1.0Martin Bravenboer3-3/+31
svn path=/nixpkgs/trunk/; revision=706
2004-01-22Added toolbuslib. This is funMartin Bravenboer3-0/+26
svn path=/nixpkgs/trunk/; revision=705
2004-01-22Expression for aterm 2.0.5 at CWIMartin Bravenboer2-0/+15
svn path=/nixpkgs/trunk/; revision=704
2004-01-21* Added Valgrind.Eelco Dolstra4-0/+31
svn path=/nixpkgs/trunk/; revision=685
2004-01-21* Obscure bug: Zapping needs gettext, otherwise the Automake variableEelco Dolstra3-4/+6
DATADIRNAME is not set. svn path=/nixpkgs/trunk/; revision=682
2004-01-21* Added `zapping', a TV viewer application. It depends on Gnome, soEelco Dolstra38-5/+719
lots of packages are needed. svn path=/nixpkgs/trunk/; revision=681
2004-01-20* Updated to 0.9.8a.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=674
2004-01-16* Upgraded to Subversion 0.36.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=659
2004-01-15* Use an actual release of StrategoXT.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=655
2004-01-15* Build more packages in the distribution of nixpkgs.Eelco Dolstra1-2/+14
svn path=/nixpkgs/trunk/; revision=654
2004-01-13* Added a version number.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=641
2004-01-13* The set of derivations to be built by the automatic release system.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=640