Eelco Dolstra
92e71363b6
* Doh!
...
svn path=/nixpkgs/trunk/; revision=4977
2006-03-03 19:28:23 +00:00
Eelco Dolstra
a5875f3c89
* Aangifteprogramma 2005. Still impure.
...
svn path=/nixpkgs/trunk/; revision=4976
2006-03-03 19:25:06 +00:00
Eelco Dolstra
b06335a835
* Thunderbird updated to 1.5 (it was at 0.8!).
...
svn path=/nixpkgs/trunk/; revision=4970
2006-03-02 19:08:26 +00:00
Armijn Hemel
dbd586dfa7
* add busybox
...
* uclibc needs mktemp
svn path=/nixpkgs/trunk/; revision=4969
2006-03-02 18:17:45 +00:00
Armijn Hemel
36e57ebead
add busybox, a small replacement for most Unix utilities, often used on
...
embedded systems and installation CDs. Hopefully this will decrease the size
of things we use on the NixOS installation CD. Only tested in a cross-compile
for MIPS so far.
svn path=/nixpkgs/trunk/; revision=4968
2006-03-02 18:05:21 +00:00
Armijn Hemel
bdf35869f6
make sure we can find things like mips-linux-ar, mips-linux-strip, and so on.
...
Even though you could just inherit binutils it is conceptually cleaner (I
think) to make these tools available here.
svn path=/nixpkgs/trunk/; revision=4967
2006-03-02 18:03:20 +00:00
Armijn Hemel
d0c7f39a60
upgrade to a snapshot of uClibc, update mips config to reflect this. Break all
...
other archs.
svn path=/nixpkgs/trunk/; revision=4966
2006-03-02 18:01:53 +00:00
Armijn Hemel
f74d835529
* add gcc-4.1
...
* add gcc-40mipsboot
* rewrite gcc-40mips so it wraps around both gcc-40mipsboot *and* uClibc
* compile uClibc with gcc-40mipsboot
svn path=/nixpkgs/trunk/; revision=4962
2006-03-01 19:11:42 +00:00
Armijn Hemel
6bec50fda1
add gcc-4.1. The no-sys-dirs.patch had to be regenerated because a lot of stuff had been reworked in the Makefiles for 4.1.
...
svn path=/nixpkgs/trunk/; revision=4961
2006-03-01 19:09:53 +00:00
Merijn de Jonge
ebe59d3d21
fixed ocaml/qcmm problem:
...
-created separate nix expressions for ocaml-3.08.0 and ocaml 3.09.1
-ocam-3.09.1 is standard/default ocaml version (included by ocaml/default.nix)
-created ocaml3080 in all-packages-generic.nix
-qcmm now uses ocaml3080 instead of ocaml
svn path=/nixpkgs/trunk/; revision=4935
2006-03-01 09:18:22 +00:00
Eelco Dolstra
f08241e5fe
* Fix for i915 after X.org upgrade.
...
svn path=/nixpkgs/trunk/; revision=4934
2006-02-28 21:04:14 +00:00
Eelco Dolstra
dff1c50b1b
* Typo: "--enable-swg" -> "--enable-svg".
...
svn path=/nixpkgs/trunk/; revision=4928
2006-02-28 12:03:35 +00:00
Eelco Dolstra
af47bb13a5
* Apache updated to 2.2.0.
...
* mod_python updated to 3.2.8, with a patch to get it to work with
Apache 2.2.x.
svn path=/nixpkgs/trunk/; revision=4927
2006-02-28 12:01:39 +00:00
Martin Bravenboer
49d220cc97
Typo
...
svn path=/nixpkgs/trunk/; revision=4912
2006-02-25 01:24:21 +00:00
Martin Bravenboer
f873f1a9ed
svn path=/nixpkgs/trunk/; revision=4911
2006-02-25 01:13:01 +00:00
Martin Bravenboer
06b5fa3519
Added support for Eclipse plugins with custom installers.
...
svn path=/nixpkgs/trunk/; revision=4907
2006-02-25 00:44:02 +00:00
Martin Bravenboer
3b1c205843
Make eclipse reusable: function of plugins to eclipse
...
svn path=/nixpkgs/trunk/; revision=4887
2006-02-24 21:42:57 +00:00
Merijn de Jonge
90666e6eff
Updated ocaml to version 3.09.1
...
svn path=/nixpkgs/trunk/; revision=4882
2006-02-23 09:30:40 +00:00
Mart Kolthof
03e93539b4
* refactored operators, kinds and storage modifiers to make them checkable at compiletime
...
svn path=/nixpkgs/trunk/; revision=4863
2006-02-20 10:43:19 +00:00
Armijn Hemel
12a23295d5
and update gnused again to 4.1.5...build buildfarm, build! >:)
...
svn path=/nixpkgs/trunk/; revision=4862
2006-02-19 14:00:17 +00:00
Armijn Hemel
ef92af7139
update findutils to 4.2.27
...
svn path=/nixpkgs/trunk/; revision=4861
2006-02-19 13:57:56 +00:00
Armijn Hemel
f05a25f5f5
coreutils-5.94
...
svn path=/nixpkgs/trunk/; revision=4860
2006-02-19 13:51:40 +00:00
Armijn Hemel
722a69f93f
update bash to 3.1
...
svn path=/nixpkgs/trunk/; revision=4859
2006-02-19 13:27:56 +00:00
Armijn Hemel
947c09a4fd
add some more functions. Needs more code.
...
svn path=/nixpkgs/trunk/; revision=4851
2006-02-17 16:29:04 +00:00
Eelco Visser
8894f77b12
perl modules CGI::Session and Digest::SHA1
...
svn path=/nixpkgs/trunk/; revision=4845
2006-02-17 12:03:04 +00:00
Armijn Hemel
8b0dd0fcdb
stubs for generic functions. This should grow into generic functions for
...
stopping/starting/querying services. No code yet...
svn path=/nixpkgs/trunk/; revision=4827
2006-02-16 18:25:05 +00:00
Armijn Hemel
2fc2b12ea1
add iproute. This tool is use increasingly instead of ifconfig and friends.
...
It also allows us to reuse network initialization scripts from other distributions more easily
svn path=/nixpkgs/trunk/; revision=4826
2006-02-16 16:25:03 +00:00
Eelco Dolstra
6f02db3237
* Hash changed (db-4.4.20 was rereleased due to some copyright notice changes).
...
svn path=/nixpkgs/trunk/; revision=4823
2006-02-16 14:57:08 +00:00
Eelco Dolstra
a9efb9d155
* Firefox: don't use internal jpeg, png, zlib, cairo.
...
svn path=/nixpkgs/trunk/; revision=4819
2006-02-16 08:46:28 +00:00
Eelco Dolstra
bbda87fc30
* Fix the title bar icon.
...
svn path=/nixpkgs/trunk/; revision=4818
2006-02-15 17:15:16 +00:00
Eelco Dolstra
9012efbaef
* Make the Firefox build more like xulrunner (e.g., don't using
...
.mozconfig).
* Optionally build Firefox with official branding (so that it calls
itself "Firefox" instead of "Deer Park"). This should not be turned
on for the channel!
svn path=/nixpkgs/trunk/; revision=4817
2006-02-15 17:04:11 +00:00
Eelco Dolstra
5c9484028f
* Oops, "ls" -> "ls -d".
...
svn path=/nixpkgs/trunk/; revision=4816
2006-02-15 12:37:28 +00:00
Eelco Dolstra
2cbcd0bd7a
* "ensureDir ./lib/xulrunner-*" doesn't work because ensureDir quotes
...
its argument, causing a directory named xulrunner-* to be created.
As a result xulrunner couldn't find the extensions directory and
wouldn't start.
svn path=/nixpkgs/trunk/; revision=4815
2006-02-15 09:33:54 +00:00
Martin Bravenboer
04767dfdd9
* Added xulrunner 1.8.0.1
...
* Added a basic wrapper generator for xulrunner
* Chatzilla running in xulrunner
svn path=/nixpkgs/trunk/; revision=4809
2006-02-15 02:53:01 +00:00
Martin Bravenboer
5bacf0f069
Updated eclipse to 3.1.2
...
svn path=/nixpkgs/trunk/; revision=4796
2006-02-12 12:59:46 +00:00
Martin Bravenboer
5e4075947c
Update of spoofax
...
svn path=/nixpkgs/trunk/; revision=4795
2006-02-12 12:23:47 +00:00
Eelco Dolstra
26f98860c1
* Opera 8.51 (on Linux).
...
svn path=/nixpkgs/trunk/; revision=4782
2006-02-10 12:15:04 +00:00
Martin Bravenboer
e6126b15b8
Make pkgconfig available in the channel
...
svn path=/nixpkgs/trunk/; revision=4777
2006-02-09 21:07:20 +00:00
Eelco Dolstra
07bc3fbf00
* Push packages from the final stdenv bootstrapping phase to
...
all-packages. That is, an attribute like "bash" in all-packages.nix
should evaluate to the "bash" used to build stdenv, it shouldn't
build a new one.
Hm, this would be a lot cleaner if we had lazy_rec ;-)
svn path=/nixpkgs/branches/usability/; revision=4775
2006-02-09 17:04:18 +00:00
Eelco Dolstra
29c64c6c67
* Move top-level/stdenvs.nix to the stdenv/ directory.
...
svn path=/nixpkgs/branches/usability/; revision=4774
2006-02-09 15:55:20 +00:00
Eelco Dolstra
6f2a205e87
* Rename.
...
svn path=/nixpkgs/branches/usability/; revision=4773
2006-02-09 14:18:52 +00:00
Eelco Dolstra
6b9360e5db
* all-packages-generic.nix -> all-packages.nix.
...
svn path=/nixpkgs/branches/usability/; revision=4767
2006-02-08 17:39:57 +00:00
Eelco Dolstra
572eca7368
* Get rid of all-packages.nix.
...
svn path=/nixpkgs/branches/usability/; revision=4766
2006-02-08 17:38:17 +00:00
Eelco Dolstra
ffe91d36c3
* Merge all-packages.nix into all-packages-generic.nix.
...
svn path=/nixpkgs/branches/usability/; revision=4765
2006-02-08 17:37:45 +00:00
Eelco Dolstra
7054f5c11e
* These are no longer needed; nix-env can work on all-packages.nix directly.
...
svn path=/nixpkgs/branches/usability/; revision=4764
2006-02-08 16:20:43 +00:00
Eelco Dolstra
2414bfc5b3
* system -> top-level
...
svn path=/nixpkgs/branches/usability/; revision=4751
2006-02-07 16:48:22 +00:00
Eelco Dolstra
5c11ecb7f1
* Firefox 1.5.0.1.
...
svn path=/nixpkgs/trunk/; revision=4747
2006-02-07 11:07:18 +00:00
Eelco Dolstra
a276487772
* Doh!
...
svn path=/nixpkgs/trunk/; revision=4739
2006-02-06 12:48:07 +00:00
Eelco Dolstra
e12399051a
* Grmbl.
...
svn path=/nixpkgs/trunk/; revision=4738
2006-02-06 12:44:34 +00:00
Eelco Dolstra
4d91fa9c45
* Quick hack to get bzip2 to build on Darwin.
...
svn path=/nixpkgs/trunk/; revision=4737
2006-02-06 12:29:36 +00:00