Eelco Dolstra
ffdf59a99d
* Glibc needs gzip.
...
svn path=/nixpkgs/trunk/; revision=6797
2006-10-21 22:22:04 +00:00
Eelco Dolstra
bc22a981e5
* Remove <dlfcn.h>, it makes some packages think we can load dynamic
...
libraries.
svn path=/nixpkgs/trunk/; revision=6796
2006-10-21 11:36:28 +00:00
Eelco Dolstra
0b85530440
* Add diffutils.
...
svn path=/nixpkgs/trunk/; revision=6795
2006-10-20 22:23:36 +00:00
Eelco Dolstra
f5502aaba7
* Add gawk.
...
svn path=/nixpkgs/trunk/; revision=6794
2006-10-20 20:57:31 +00:00
Eelco Dolstra
207bba1367
* Add GNU make.
...
svn path=/nixpkgs/trunk/; revision=6793
2006-10-20 20:18:21 +00:00
Eelco Dolstra
3d2e573eff
* GNU sed 4.1.5 compiled with dietlibc gives "Memory exhausted" errors
...
on trivial patterns, so use an older sed instead (4.1.2). See
http://linuxfromscratch.org/pipermail/hlfs-dev/2005-September/002447.html .
svn path=/nixpkgs/trunk/; revision=6792
2006-10-20 20:05:26 +00:00
Eelco Dolstra
65bbb45ab7
* Add findutils to the bootstrap tools.
...
svn path=/nixpkgs/trunk/; revision=6791
2006-10-20 16:01:38 +00:00
Eelco Dolstra
4a00169ff6
* Okay, we do need part of <wchar.h>
...
svn path=/nixpkgs/trunk/; revision=6790
2006-10-20 16:01:11 +00:00
Eelco Dolstra
692168db6c
* Add the glibc static tarball.
...
svn path=/nixpkgs/trunk/; revision=6789
2006-10-20 12:50:45 +00:00
Eelco Dolstra
9cfda380c8
* Add a statically linked patchelf.
...
svn path=/nixpkgs/trunk/; revision=6788
2006-10-20 11:50:08 +00:00
Eelco Dolstra
54c158cb84
* Function `makeStaticBinaries' that augments stdenv to produce
...
statically linked binaries.
svn path=/nixpkgs/trunk/; revision=6787
2006-10-20 11:49:47 +00:00
Eelco Dolstra
0bacb7b00d
* Doh!
...
svn path=/nixpkgs/trunk/; revision=6786
2006-10-20 11:27:25 +00:00
Eelco Dolstra
263e4dd623
* Add the statically linked GCC.
...
svn path=/nixpkgs/trunk/; revision=6785
2006-10-20 11:16:15 +00:00
Eelco Dolstra
63720cf493
* Add gzip, binutils. Getting there...
...
svn path=/nixpkgs/trunk/; revision=6784
2006-10-20 10:13:07 +00:00
Eelco Dolstra
884e8571c3
* Add grep.
...
svn path=/nixpkgs/trunk/; revision=6783
2006-10-19 22:47:51 +00:00
Eelco Dolstra
1acd2157cc
* Add patch, sed.
...
svn path=/nixpkgs/trunk/; revision=6782
2006-10-19 22:31:08 +00:00
Eelco Dolstra
8ae026392b
* Remove <wchar.h> since it's bogus.
...
svn path=/nixpkgs/trunk/; revision=6781
2006-10-19 22:30:20 +00:00
Eelco Dolstra
c6ecc900cf
* Add more stuff to the bootstrap builder.
...
* Remove some redundant *Diet values in all-packages.nix.
svn path=/nixpkgs/trunk/; revision=6780
2006-10-19 21:36:51 +00:00
Eelco Dolstra
fc56793b67
* Start of a Nix expression that builds and gathers all the statically
...
linked tools necessary for bootstrapping stdenv-linux.
svn path=/nixpkgs/trunk/; revision=6778
2006-10-19 18:03:13 +00:00
Eelco Dolstra
1ef55666d0
* Dead file.
...
svn path=/nixpkgs/trunk/; revision=6777
2006-10-19 17:55:11 +00:00
Eelco Dolstra
6b03da43d9
* binutils on dietlibc.
...
* Pass -lcompat by default in the dietlibc stdenv.
svn path=/nixpkgs/trunk/; revision=6770
2006-10-19 11:03:20 +00:00
Eelco Dolstra
c696045af0
* dietlibc: copy sys/user.h from Glibc, binutils needs it.
...
* dietlibc: rename the PC macro to __DIETLIBC_PC to prevent name
clashes.
svn path=/nixpkgs/trunk/; revision=6769
2006-10-19 10:54:40 +00:00
Eelco Dolstra
ce22859f8a
* Bash on dietlibc.
...
* Pass -D_BSD_SOURCE=1 by default in the dietlibc stdenv.
svn path=/nixpkgs/trunk/; revision=6768
2006-10-18 16:16:07 +00:00
Eelco Dolstra
f3619824a9
* bzip2 with dietlibc.
...
svn path=/nixpkgs/trunk/; revision=6767
2006-10-18 15:49:47 +00:00
Eelco Dolstra
efc2b12da5
* A better patch.
...
svn path=/nixpkgs/trunk/; revision=6766
2006-10-18 15:26:48 +00:00
Eelco Dolstra
6ff020ad3a
* Build coreutils on dietlibc.
...
svn path=/nixpkgs/trunk/; revision=6765
2006-10-18 15:16:53 +00:00
Eelco Dolstra
5947d98f05
* Cleanup.
...
svn path=/nixpkgs/trunk/; revision=6764
2006-10-18 14:04:55 +00:00
Eelco Dolstra
5fb7ad141c
* Notation.
...
svn path=/nixpkgs/trunk/; revision=6762
2006-10-18 12:52:20 +00:00
Eelco Dolstra
501ceef268
* A function `useDietLibC' that returns a modified stdenv that uses
...
dietlibc to produce small, statically linked binaries. This stdenv
also passes `-Os' to GCC automatically to optimise for size. It
also tries to prevent builders from linking against dynamic
libraries (which dietlibc doesn't support).
* A function `addAttrsToDerivation' that returns a modified stdenv
that always adds the specified attributes to the derivations that it
produces. Example (from curl):
curlDiet = import ../tools/networking/curl {
inherit fetchurl zlib;
stdenv = addAttrsToDerivation {
CFLAGS = "-DHAVE_INET_NTOA_R_2_ARGS=1";
} (useDietLibC stdenv);
};
(This is needed to get curl to build with dietlibc. Also note the
stacking of stdenv-modifying functions.)
* curl-diet: no longer necessary.
svn path=/nixpkgs/trunk/; revision=6761
2006-10-18 12:50:04 +00:00
Eelco Dolstra
20d42ae673
* Fake Glibc's crti.o and crtn.o to make the linker happy.
...
svn path=/nixpkgs/trunk/; revision=6760
2006-10-18 12:45:46 +00:00
Eelco Dolstra
b131d474c7
* dietlibc: symlink "lib" to "lib-*", and symlink "crt1.o" to
...
"start.o" to make it easier to use dietlibc as a drop-in replacement
for glibc.
svn path=/nixpkgs/trunk/; revision=6759
2006-10-18 11:25:10 +00:00
Eelco Dolstra
e643730bbf
* Remove redundant parentheses.
...
svn path=/nixpkgs/trunk/; revision=6758
2006-10-18 10:32:45 +00:00
Eelco Dolstra
8c61b6b62d
* No longer used.
...
svn path=/nixpkgs/trunk/; revision=6757
2006-10-18 10:11:42 +00:00
Eelco Dolstra
7827a75fe0
* Glibc 2.5. It compiles and seems to work. However, we probably
...
should bite the bullet on NPTL.
svn path=/nixpkgs/trunk/; revision=6756
2006-10-17 22:07:10 +00:00
Eelco Dolstra
76405f2b7f
* `drv + /path' is deprecated, so don't do that anymore.
...
svn path=/nixpkgs/trunk/; revision=6754
2006-10-17 14:06:18 +00:00
Eelco Dolstra
76125fb2bc
* Remove the workaround for NIXPKGS-30.
...
* Add MythTV to the channel.
svn path=/nixpkgs/trunk/; revision=6741
2006-10-17 08:00:50 +00:00
Eelco Dolstra
6aefff0061
* Fix for NIXPKGS-30: make libstdc++'s configure script correctly
...
identify the features of the compiler / C library. Specifically, it
should find out that functions like floorf() are available and not
substitute its own versions that have the unfortunate tendency of
going off into an infinite recursion.
svn path=/nixpkgs/trunk/; revision=6738
2006-10-16 07:05:36 +00:00
Eelco Dolstra
0e9affeed4
* Quick fix for MythTV (NIXPKGS-30).
...
svn path=/nixpkgs/trunk/; revision=6737
2006-10-15 18:59:19 +00:00
Eelco Dolstra
c8635af3a9
* Mesa 6.4.2.
...
svn path=/nixpkgs/trunk/; revision=6736
2006-10-15 17:44:32 +00:00
Armijn Hemel
c084660522
new texinfo
...
svn path=/nixpkgs/trunk/; revision=6735
2006-10-14 20:19:23 +00:00
Eelco Dolstra
9453ea08d9
* Use the regular version.
...
svn path=/nixpkgs/trunk/; revision=6734
2006-10-13 15:54:29 +00:00
Eelco Dolstra
2e7e556d7e
* Berkeley DB 4.5.20.
...
svn path=/nixpkgs/trunk/; revision=6729
2006-10-13 12:58:13 +00:00
Eelco Dolstra
8e08738756
* More URLs.
...
svn path=/nixpkgs/trunk/; revision=6718
2006-10-12 15:58:51 +00:00
Eelco Dolstra
aa0dc058fe
* Doh.
...
svn path=/nixpkgs/trunk/; revision=6717
2006-10-12 15:44:26 +00:00
Eelco Dolstra
ef9b025dbe
* Remove a bunch of unused Nix expressions.
...
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra
85454a47da
svn path=/nixpkgs/trunk/; revision=6715
2006-10-12 15:40:31 +00:00
Eelco Dolstra
5782390a5d
* Fix some URLs.
...
svn path=/nixpkgs/trunk/; revision=6714
2006-10-12 15:09:27 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Eelco Dolstra
d030e2fdd7
* Removed Harp.
...
svn path=/nixpkgs/trunk/; revision=6712
2006-10-12 14:29:05 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
368c196a62
* More descriptions.
...
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
6006d61835
* Added a bunch of descriptions.
...
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Eelco Dolstra
7d16a56b6f
* Nix: no longer need a builder, use an external bzip2, removed
...
nix-unstable.
svn path=/nixpkgs/trunk/; revision=6702
2006-10-11 15:31:52 +00:00
Eelco Dolstra
67c581cdcc
* Updated Pango, Cairo, Zip.
...
svn path=/nixpkgs/trunk/; revision=6697
2006-10-11 13:19:36 +00:00
Eelco Dolstra
29a457c5b0
* Use Nix 0.10.1.
...
svn path=/nixpkgs/trunk/; revision=6695
2006-10-11 12:25:40 +00:00
Armijn Hemel
22dbea9161
upgrade to 0.10
...
svn path=/nixpkgs/trunk/; revision=6679
2006-10-08 22:04:44 +00:00
Armijn Hemel
7ac4f700a3
add libevent
...
svn path=/nixpkgs/trunk/; revision=6678
2006-10-08 10:31:55 +00:00
Eelco Dolstra
808846b2c9
* Firefox 2.0 RC 1.
...
svn path=/nixpkgs/trunk/; revision=6655
2006-10-04 13:59:41 +00:00
Armijn Hemel
0ec7b4988f
add coreutils-6.3, not the default, wait until more stdenv packages need updating
...
svn path=/nixpkgs/trunk/; revision=6646
2006-10-02 21:43:27 +00:00
Armijn Hemel
2b0b1e93a6
bump to latest version
...
svn path=/nixpkgs/trunk/; revision=6645
2006-10-02 21:33:37 +00:00
Armijn Hemel
6b04c4a65e
new m4
...
svn path=/nixpkgs/trunk/; revision=6644
2006-10-02 21:30:54 +00:00
Martin Bravenboer
bef5dd93a8
Use ++ for constructing builder args
...
svn path=/nixpkgs/trunk/; revision=6643
2006-10-02 21:16:55 +00:00
Eelco Dolstra
7d83cda3c1
* Apparently obsolete.
...
svn path=/nixpkgs/trunk/; revision=6641
2006-10-02 19:50:14 +00:00
Eelco Dolstra
1ff1d777ba
* Doh.
...
svn path=/nixpkgs/trunk/; revision=6640
2006-10-02 19:07:56 +00:00
Eelco Dolstra
ba02abde1f
* Bison 2.1 -> 2.3.
...
svn path=/nixpkgs/trunk/; revision=6639
2006-10-02 16:18:04 +00:00
Eelco Dolstra
85230c348a
* Some Bison/Flex refactoring.
...
* Added Bison 2.3.
svn path=/nixpkgs/trunk/; revision=6635
2006-10-02 15:14:17 +00:00
Armijn Hemel
248b380a9b
add db4 4.5.20. Not default for now, but tested to work on NixOS.
...
svn path=/nixpkgs/trunk/; revision=6631
2006-10-01 14:16:15 +00:00
Armijn Hemel
0f68b0c9e1
new unstable Nix
...
svn path=/nixpkgs/trunk/; revision=6630
2006-10-01 14:13:08 +00:00
Eelco Dolstra
4e2994a237
* OpenSSL 0.9.8d.
...
svn path=/nixpkgs/trunk/; revision=6629
2006-09-29 21:17:10 +00:00
Eelco Dolstra
8b7597ea85
* rss-glx 0.8.1.
...
svn path=/nixpkgs/trunk/; revision=6623
2006-09-29 10:27:20 +00:00
Eelco Dolstra
d4f1a3ef86
* Opera 9.02.
...
svn path=/nixpkgs/trunk/; revision=6622
2006-09-29 09:06:56 +00:00
Eelco Dolstra
e60efca33d
* DocBook 1.71.0.
...
svn path=/nixpkgs/trunk/; revision=6621
2006-09-29 09:06:37 +00:00
Eelco Dolstra
756d1aca79
* Export ../lib/default.nix.
...
svn path=/nixpkgs/trunk/; revision=6620
2006-09-28 14:12:09 +00:00
Eelco Dolstra
4287f142bb
* Testing for release.
...
svn path=/nixpkgs/trunk/; revision=6614
2006-09-27 11:22:22 +00:00
Eelco Dolstra
e6933ad8c4
* Latest RealPlayer.
...
svn path=/nixpkgs/trunk/; revision=6612
2006-09-25 15:12:51 +00:00
Eelco Dolstra
b8cdbb94f8
* Put utility functions like fold in lib/default.nix.
...
svn path=/nixpkgs/trunk/; revision=6605
2006-09-25 10:07:59 +00:00
Armijn Hemel
1e435ca929
bump version
...
svn path=/nixpkgs/trunk/; revision=6603
2006-09-24 22:08:53 +00:00
Armijn Hemel
b59ea7ed44
add directory for plugin for Mozilla
...
svn path=/nixpkgs/trunk/; revision=6601
2006-09-24 21:56:50 +00:00
Eelco Dolstra
dbda65a6f3
* Check for the existence of getEnv.
...
svn path=/nixpkgs/trunk/; revision=6600
2006-09-24 21:49:07 +00:00
Eelco Dolstra
ed58e70864
* Rather than having the Nixpkgs config file as a flat set of
...
configuration switches, it should be structured. For instance,
{
firefox = {
enableRealPlayer = true;
};
quake3 = {
dataFiles = "/windows/D/Program Files/Quake 3/baseq3";
}
}
Configuration switches can be obtained using the function getConfig,
e.g., `getConfig ["firefox" "enableRealPlayer"] false'.
svn path=/nixpkgs/trunk/; revision=6596
2006-09-24 18:59:49 +00:00
Eelco Dolstra
21025cb280
* Site-local configuration for Nixpkgs can now be stored in
...
$NIXPKGS_CONFIG or $HOME/.nixpkgs/config.nix. E.g., a configuration
file
{ enableRealPlayer = true; }
will cause the RealPlayer plugin to be enabled in the Firefox
wrapper, which isn't the default case. Previously users had to
modify all-packages.nix for this sort of thing, which made it tricky
to keep an installation up-to-date without losing those local
configuration changes (channels would override such changes
completely, for instance).
svn path=/nixpkgs/trunk/; revision=6595
2006-09-24 18:38:12 +00:00
Armijn Hemel
1995e1265e
add gnash, the GNU Flash Player. Might need some reworking with regard to the
...
location of the flash plugin. Also, is probably very impure (needs testing
on NixOS).
svn path=/nixpkgs/trunk/; revision=6591
2006-09-24 12:23:13 +00:00
Armijn Hemel
a263927719
add GStreamer
...
svn path=/nixpkgs/trunk/; revision=6590
2006-09-23 23:40:34 +00:00
Eelco Dolstra
07b12ad2f0
* SWIG 1.3.29.
...
svn path=/nixpkgs/trunk/; revision=6567
2006-09-20 14:11:13 +00:00
Eelco Dolstra
af3721de0a
* Slightly evil: compress the log file to prevent TeX output from
...
retaining a dependency on teTeX.
svn path=/nixpkgs/trunk/; revision=6559
2006-09-19 12:13:37 +00:00
Eelco Dolstra
f772de22a1
* Updated the kernel to 2.6.17.13.
...
* Run `make oldconfig' before building.
* Split buildPhase into configure/build/installPhase.
* Strip the kernel modules for a huge space savings.
svn path=/nixpkgs/trunk/; revision=6555
2006-09-18 22:09:47 +00:00
Eelco Dolstra
5bfc14d14c
* Latest MPlayer plugin.
...
svn path=/nixpkgs/trunk/; revision=6542
2006-09-17 14:02:52 +00:00
Eelco Dolstra
8bccec9c3d
* --enable-canvas, and pass through gtk.
...
svn path=/nixpkgs/trunk/; revision=6541
2006-09-17 14:00:54 +00:00
Eelco Dolstra
12dc491db5
* --with-system-cairo -> --enable-system-cairo.
...
svn path=/nixpkgs/trunk/; revision=6538
2006-09-17 09:53:12 +00:00
Eelco Dolstra
7927e7cd1f
* Firefox 1.5.0.7, Thunderbird 1.5.0.7.
...
svn path=/nixpkgs/trunk/; revision=6537
2006-09-17 09:44:36 +00:00
Eelco Dolstra
8b7d9e90e1
* Valgrind 3.2.1.
...
svn path=/nixpkgs/trunk/; revision=6536
2006-09-16 17:04:01 +00:00
Eelco Dolstra
eb52c845f2
* Sorted the contents of all-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=6535
2006-09-15 15:28:53 +00:00
Eelco Dolstra
935c1d8aa8
* Doh.
...
svn path=/nixpkgs/trunk/; revision=6523
2006-09-14 21:26:12 +00:00
Eelco Dolstra
2d9c5481cf
* It compiles!
...
svn path=/nixpkgs/trunk/; revision=6522
2006-09-14 20:49:00 +00:00
Eelco Dolstra
1014ca2ad5
* stdenv.mkDerivation: add any attributes in the "passthru" attribute
...
set to the result, but don't use them in the actual derivation (so
they're not inputs). Useful to pass through extra attributes that
are not inputs, but should be made available to Nix expressions
using the derivation (e.g., in assertions).
svn path=/nixpkgs/trunk/; revision=6521
2006-09-14 13:30:47 +00:00
Eelco Dolstra
8e5b302403
* Qt: enable OpenGL, Xrandr, Xinerama support.
...
* MythTV: add OpenGL stuff.
svn path=/nixpkgs/trunk/; revision=6520
2006-09-14 13:24:06 +00:00
Eelco Dolstra
ea24b2f641
* MythTV 0.20 (doesn't work yet).
...
svn path=/nixpkgs/trunk/; revision=6519
2006-09-14 01:07:53 +00:00
Martin Bravenboer
7c765159ba
CX-1: Nix installation of CX is broken
...
Fixed the CilConfig.pm.in to use the prefix instead of the cilhome,
which is for whatever reason set to the pwd. Yeah. These CIL guys
could use some deployment help.
svn path=/nixpkgs/trunk/; revision=6516
2006-09-13 12:02:12 +00:00
Martin Bravenboer
78205146b8
Use gnumake 3.80 for cil-aterm
...
svn path=/nixpkgs/trunk/; revision=6507
2006-09-12 23:41:21 +00:00
Eelco Dolstra
2ad0491113
* Exult now with glorious Roland MT-32 music!
...
svn path=/nixpkgs/trunk/; revision=6503
2006-09-12 15:23:28 +00:00
Eelco Dolstra
1dedc5ef87
* Added Exult.
...
svn path=/nixpkgs/trunk/; revision=6501
2006-09-12 00:15:05 +00:00
Eelco Dolstra
083699314d
* Latest ALSA, SDL.
...
svn path=/nixpkgs/trunk/; revision=6500
2006-09-11 23:06:26 +00:00
Eelco Dolstra
8dacfd90bc
* A non-hack.
...
svn path=/nixpkgs/trunk/; revision=6495
2006-09-11 20:15:40 +00:00
Eelco Dolstra
0223e02f17
* Hack.
...
svn path=/nixpkgs/trunk/; revision=6494
2006-09-11 19:43:52 +00:00
Eelco Dolstra
c52bc2a64d
* Remove execute permission.
...
svn path=/nixpkgs/trunk/; revision=6490
2006-09-11 13:37:46 +00:00
Eelco Dolstra
66947ee7af
* Subversion 1.4.0. Note: Subversion 1.4 upgrades your working
...
copies, so it's hard to go back to 1.3.
svn path=/nixpkgs/trunk/; revision=6486
2006-09-11 09:47:58 +00:00
Eelco Dolstra
6d2f25e5f0
* Added apr-util.
...
svn path=/nixpkgs/trunk/; revision=6485
2006-09-11 09:17:28 +00:00
Eelco Dolstra
f69ac73f3c
* Added APR.
...
svn path=/nixpkgs/trunk/; revision=6484
2006-09-11 08:45:01 +00:00
Armijn Hemel
6412133453
add squashfs tools for making/unpacking squashfs images
...
svn path=/nixpkgs/trunk/; revision=6476
2006-09-08 15:19:43 +00:00
Armijn Hemel
0e0bc82f76
update nix-unstable to the latest successful build from teh buildfarm. Mooh!
...
svn path=/nixpkgs/trunk/; revision=6475
2006-09-08 11:58:52 +00:00
Eelco Dolstra
827d2b180e
* mod_python 3.2.10. Removed the patch to get it to work with Apache 2.2.
...
svn path=/nixpkgs/trunk/; revision=6473
2006-09-06 15:48:35 +00:00
Armijn Hemel
992a3da5e2
update to 0.10pre6453
...
svn path=/nixpkgs/trunk/; revision=6454
2006-09-04 17:57:06 +00:00
Eelco Dolstra
51ca4a6a91
* Various purity fixes for Ghostscript.
...
svn path=/nixpkgs/trunk/; revision=6452
2006-09-04 11:01:37 +00:00
Eelco Dolstra
059b3f0669
* Grmbl grmbl.
...
svn path=/nixpkgs/trunk/; revision=6451
2006-09-04 10:10:21 +00:00
Armijn Hemel
ee6d188d7b
fontconfig: don't build docs
...
libjpeg: get patches from new location
svn path=/nixpkgs/trunk/; revision=6444
2006-09-01 17:28:25 +00:00
Mart Kolthof
cc125be42e
Enabling verbose output in order find the problem of bug CX-1
...
svn path=/nixpkgs/trunk/; revision=6407
2006-08-31 07:54:21 +00:00
Martin Bravenboer
98038f9592
PowerPC environment is not pure, so patching is useless
...
svn path=/nixpkgs/trunk/; revision=6406
2006-08-31 02:06:31 +00:00
Martin Bravenboer
6bae4d7e4e
Prelim. support for JDK on PowerPC using IBM's SDK
...
svn path=/nixpkgs/trunk/; revision=6405
2006-08-31 01:51:41 +00:00
Mart Kolthof
e3e3031d69
Trying to resolve bug CX-1
...
svn path=/nixpkgs/trunk/; revision=6383
2006-08-30 17:44:04 +00:00
Eelco Dolstra
61391a8721
* Grmbl.
...
svn path=/nixpkgs/trunk/; revision=6382
2006-08-30 17:43:08 +00:00
Eelco Dolstra
b8bf2ba379
* Testing the build farm a bit more...
...
svn path=/nixpkgs/trunk/; revision=6379
2006-08-30 17:27:55 +00:00
Armijn Hemel
39eb66f644
set default to 1.4.6 (was 1.4.3)
...
svn path=/nixpkgs/trunk/; revision=6378
2006-08-30 17:05:47 +00:00
Armijn Hemel
93f876da32
add 1.4.6. Maybe we should make this the default as well...
...
svn path=/nixpkgs/trunk/; revision=6374
2006-08-30 15:58:04 +00:00
Eelco Dolstra
4259cab49c
* Add a powerpc-darwin package.
...
svn path=/nixpkgs/trunk/; revision=6372
2006-08-30 15:41:25 +00:00
Armijn Hemel
c73bb44a6b
pass gettext
...
svn path=/nixpkgs/trunk/; revision=6320
2006-08-30 00:14:13 +00:00
Armijn Hemel
26f6d80db4
statically linked nano. For some reason I had to use the --enable-tiny configure flag, so the full blown normal glibc dynamically linked version is a bit less functional now, but it is only intended to be used in rescue mode anyway, since normal people use vi.
...
svn path=/nixpkgs/trunk/; revision=6318
2006-08-29 23:40:29 +00:00
Eelco Dolstra
b76219e55b
* Doh :-(
...
svn path=/nixpkgs/trunk/; revision=6316
2006-08-29 18:08:26 +00:00
Eelco Dolstra
0617704deb
* Step 2. Too bad we can't replace files atomically in SVN!
...
svn path=/nixpkgs/trunk/; revision=6315
2006-08-29 18:07:52 +00:00
Eelco Dolstra
5df13f87f4
* Step 1...
...
svn path=/nixpkgs/trunk/; revision=6314
2006-08-29 18:07:33 +00:00
Eelco Dolstra
82249837c6
* Use the very latest kernel headers, while we're at it.
...
svn path=/nixpkgs/trunk/; revision=6313
2006-08-29 18:07:03 +00:00
Armijn Hemel
a6409626a4
fix download location
...
svn path=/nixpkgs/trunk/; revision=6312
2006-08-29 18:01:48 +00:00
Armijn Hemel
f2b3ae3213
switch to 2.6.17.6 before the buildfarm starts to build ;)
...
svn path=/nixpkgs/trunk/; revision=6311
2006-08-29 17:59:48 +00:00
Armijn Hemel
58f89a8877
change kernel-headers. Now we can build this on powerpc-linux too...
...
svn path=/nixpkgs/trunk/; revision=6310
2006-08-29 17:48:04 +00:00
Armijn Hemel
c2f5345172
add attribute isLinux. Nice for packages we only want to build on linux, but on different platforms (currently i686-linux and powerpc-linux)
...
svn path=/nixpkgs/trunk/; revision=6306
2006-08-29 13:45:21 +00:00
Armijn Hemel
b5f16b3541
whoops, don't forget a default.nix...
...
svn path=/nixpkgs/trunk/; revision=6299
2006-08-28 21:55:35 +00:00
Armijn Hemel
e142de356a
3.20 needs different patch
...
svn path=/nixpkgs/trunk/; revision=6298
2006-08-28 21:53:39 +00:00
Eelco Dolstra
9b3c21b9a4
* Well-typedness.
...
svn path=/nixpkgs/trunk/; revision=6296
2006-08-28 21:23:36 +00:00
Armijn Hemel
0af8111262
download location has changed
...
svn path=/nixpkgs/trunk/; revision=6293
2006-08-28 13:22:40 +00:00
Armijn Hemel
541a148e91
change download location (ftp.nluug.nl gives a 550, because of disks that are
...
full, and so on...sigh)
svn path=/nixpkgs/trunk/; revision=6290
2006-08-28 09:58:07 +00:00
Armijn Hemel
5c946da49e
d'oh.
...
svn path=/nixpkgs/trunk/; revision=6281
2006-08-27 20:18:07 +00:00
Armijn Hemel
a9aa78e444
add Red Hat's mkinitrd package. This is mainly so we can use the "grubby" program in NixOS.
...
svn path=/nixpkgs/trunk/; revision=6280
2006-08-27 20:00:08 +00:00
Armijn Hemel
1026cf8396
add a bunch of tools
...
svn path=/nixpkgs/trunk/; revision=6279
2006-08-27 19:59:45 +00:00
Armijn Hemel
ac298dd698
fix sources stuff
...
svn path=/nixpkgs/trunk/; revision=6278
2006-08-27 19:59:23 +00:00
Armijn Hemel
ce1f654219
new popt library. Versions > 1.7 are only distributed from within the RPM tarball, so I extracted it manually and put it on losser...not good.
...
svn path=/nixpkgs/trunk/; revision=6277
2006-08-27 18:57:12 +00:00
Armijn Hemel
1730acf983
add libraries for SELinux. Not that we're gonna use it...
...
svn path=/nixpkgs/trunk/; revision=6276
2006-08-27 18:05:18 +00:00
Armijn Hemel
dfc8248073
fix some compilation/installation issues with e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=6275
2006-08-27 17:40:04 +00:00
Armijn Hemel
cdfc9e4b0c
build more tools
...
svn path=/nixpkgs/trunk/; revision=6270
2006-08-27 13:07:25 +00:00
Armijn Hemel
13f741b926
add bzip2Static
...
svn path=/nixpkgs/trunk/; revision=6269
2006-08-27 13:00:20 +00:00
Martin Bravenboer
80e695bfca
PKG_CONFIG_PATH no longer required
...
svn path=/nixpkgs/trunk/; revision=6268
2006-08-27 12:52:56 +00:00
Martin Bravenboer
5634042fa9
M stdenv/mingw/pkgs/default.nix
...
A stdenv/mingw/pkgs/pkgconfig-builder.sh
Bootstrap pkg-config: support the setup hook.
M stdenv/mingw/fix-builder.sh
Fix the "system" variable.
svn path=/nixpkgs/trunk/; revision=6267
2006-08-27 12:52:06 +00:00
Martin Bravenboer
1838237d25
More variables to fix
...
svn path=/nixpkgs/trunk/; revision=6266
2006-08-27 11:27:25 +00:00
Martin Bravenboer
a2dd4f8905
More variables to fix
...
svn path=/nixpkgs/trunk/; revision=6265
2006-08-27 03:56:58 +00:00
Martin Bravenboer
9706572beb
Hack hack
...
svn path=/nixpkgs/trunk/; revision=6264
2006-08-27 03:50:20 +00:00
Martin Bravenboer
eac3336cd6
Hack hack
...
svn path=/nixpkgs/trunk/; revision=6263
2006-08-27 03:49:09 +00:00
Martin Bravenboer
0ff3af3d00
Hack hack
...
svn path=/nixpkgs/trunk/; revision=6262
2006-08-27 03:45:51 +00:00
Martin Bravenboer
4b5fd3990a
Fix in install of curl
...
svn path=/nixpkgs/trunk/; revision=6258
2006-08-27 00:28:53 +00:00
Martin Bravenboer
961b20c1b7
Added pre release of stratego libraries, fixed support for configureFlags in MinGW, add binary pkg-config distribution for bootstrapping. Optionally use pkgconfig from the stdenv (again, for bootstrapping)
...
svn path=/nixpkgs/trunk/; revision=6253
2006-08-26 20:11:31 +00:00
Armijn Hemel
a5d5c22b6a
add findutilsStatic
...
svn path=/nixpkgs/trunk/; revision=6250
2006-08-26 09:44:39 +00:00
Armijn Hemel
654f5a0529
rename gcc_static -> gccStatic
...
introduce gccStaticBootstrap, used only for purifying a new environment
svn path=/nixpkgs/trunk/; revision=6249
2006-08-26 08:47:38 +00:00
Armijn Hemel
6c7ea78070
fix compilation so we can build a statically linked gcc with an impure environment. Needs "noSysDirs = false" passed as a parameter in all-packages.nix, or whatever.
...
svn path=/nixpkgs/trunk/; revision=6247
2006-08-25 23:24:41 +00:00
Armijn Hemel
b6811b43f1
pass noSysDirs for static gcc
...
svn path=/nixpkgs/trunk/; revision=6246
2006-08-25 22:19:16 +00:00
Armijn Hemel
1a2f1130cb
3.4.2 -> 3.4.6
...
We should update the whole Nix "static baseline" soon...ish
svn path=/nixpkgs/trunk/; revision=6244
2006-08-25 21:20:04 +00:00
Armijn Hemel
193edaab22
7.15.4 -> 7.15.5
...
svn path=/nixpkgs/trunk/; revision=6243
2006-08-25 21:01:42 +00:00
Martin Bravenboer
f0129a3f44
Fixes to support the new stdenvType
...
svn path=/nixpkgs/trunk/; revision=6242
2006-08-25 20:58:02 +00:00
Armijn Hemel
3402fe7c80
new curl
...
svn path=/nixpkgs/trunk/; revision=6241
2006-08-25 20:38:30 +00:00
Mart Kolthof
edefde9b2f
* trying to keep to the standards
...
svn path=/nixpkgs/trunk/; revision=6226
2006-08-24 14:19:59 +00:00
Mart Kolthof
9c67a8d113
* Third try :P
...
svn path=/nixpkgs/trunk/; revision=6222
2006-08-24 13:32:56 +00:00
Mart Kolthof
4bfa933f40
* Second try
...
svn path=/nixpkgs/trunk/; revision=6221
2006-08-24 10:48:49 +00:00
Eelco Dolstra
a177a9ac7c
* When calling all-packages.nix, pass system explicitly and don't rely
...
on __currentSystem being "i686-linux", because we might not be on
"i686-linux".
svn path=/nixpkgs/trunk/; revision=6218
2006-08-23 16:18:02 +00:00
Armijn Hemel
3f49e29b0a
add ploticus here as well
...
svn path=/nixpkgs/trunk/; revision=6217
2006-08-23 16:12:13 +00:00
Mart Kolthof
a312ca7edd
* Switching back to OCaml 3.08.0 to hopefully resolve compile errors
...
svn path=/nixpkgs/trunk/; revision=6215
2006-08-23 16:10:27 +00:00
Armijn Hemel
3580697f20
add ploticus, yet another graphics program
...
svn path=/nixpkgs/trunk/; revision=6214
2006-08-23 16:09:03 +00:00
Eelco Dolstra
ca6ae0b53d
* Support different kinds of stdenvs on a particular system (like
...
"i686-cygwin") by adding an argument "stdenvType" to specify which
stdenv to use (like "i686-mingw").
svn path=/nixpkgs/trunk/; revision=6213
2006-08-23 15:58:54 +00:00
Armijn Hemel
ab1557ee96
update to a new version
...
svn path=/nixpkgs/trunk/; revision=6212
2006-08-23 15:53:28 +00:00
Eelco Dolstra
fbdc673caa
* Doh!
...
svn path=/nixpkgs/trunk/; revision=6208
2006-08-23 11:45:19 +00:00
Eelco Dolstra
3f8f7abe5e
* Fix URL.
...
svn path=/nixpkgs/trunk/; revision=6207
2006-08-23 11:24:05 +00:00
Eelco Dolstra
bb53e3df6d
* gnupg: use readline.
...
svn path=/nixpkgs/trunk/; revision=6198
2006-08-21 10:38:02 +00:00
Eelco Dolstra
4bfffeee52
* Propagate readline's dependency on ncurses.
...
svn path=/nixpkgs/trunk/; revision=6197
2006-08-21 10:35:01 +00:00
Eelco Dolstra
262d8fb682
* Doh.
...
svn path=/nixpkgs/trunk/; revision=6185
2006-08-18 10:46:53 +00:00
Eelco Dolstra
2d02908f91
* Doh.
...
svn path=/nixpkgs/trunk/; revision=6180
2006-08-18 09:34:09 +00:00
Eelco Dolstra
7e07b527d5
* Rename for consistency.
...
svn path=/nixpkgs/trunk/; revision=6179
2006-08-18 09:33:46 +00:00
Eelco Dolstra
993e730081
* Latest DocBook5 beta.
...
* Removed schemas/xml-dtd/docbook-5.0, it's subsumed by
schemas/docbook5 which contains both the RelaxNG and DTD schemata,
as well some other stuff.
svn path=/nixpkgs/trunk/; revision=6178
2006-08-18 09:32:53 +00:00
Eelco Dolstra
0412dcc14c
* Latest GnuPG.
...
svn path=/nixpkgs/trunk/; revision=6177
2006-08-18 09:31:45 +00:00
Martin Bravenboer
35dd624b7d
Some more packages that need gmake 3.80 (sed/gmake 3.81 bug)
...
svn path=/nixpkgs/trunk/; revision=6175
2006-08-18 09:18:49 +00:00
Martin Bravenboer
dfe1a1d6ec
Update to pkgconfig 0.21
...
svn path=/nixpkgs/trunk/; revision=6153
2006-08-17 16:56:40 +00:00
Martin Bravenboer
97202ee3b7
Patch for aterm library on mingw (see meta-devel-list)
...
Moved all the shell fixes to fix-builder.sh, which is now always invoked.
Added aterm to the list of packages provided by mingw.nix
svn path=/nixpkgs/trunk/; revision=6152
2006-08-17 15:33:49 +00:00
Eelco Dolstra
deaacb7a0f
* Use useFromStdenv.
...
svn path=/nixpkgs/trunk/; revision=6145
2006-08-17 08:49:13 +00:00
Martin Bravenboer
77a5272922
Added a fix-builder to fix most of the builder scripts automatically. Basic packages, such as zlib and getopt now build.
...
svn path=/nixpkgs/trunk/; revision=6143
2006-08-17 01:49:53 +00:00
Martin Bravenboer
18d81e23fe
Cleanup of various echo and debug messages. Added top-level mingw.nix for use with nix-env, because many asserts are broken all-packages.nix does not work with mingw stdenv.
...
svn path=/nixpkgs/trunk/; revision=6142
2006-08-17 01:25:46 +00:00
Martin Bravenboer
bda8fc5621
Dropped gcc-wrapper
...
svn path=/nixpkgs/trunk/; revision=6141
2006-08-17 00:55:03 +00:00
Martin Bravenboer
688fff92de
Major work on the mingw stdenv. Basics now works.
...
- clone of fetchurl that invokes a given chmod to workaround problems
with inappropriate file permissions (executable files are not allowed
by Nix)
- cygpath tool to determine the full windows path of a cygwin
tool. This tool is used to give fetchurl the windows path to chmod.
- native curl.exe
- gcc-wrapper no longer used
- all-packages.nix: allows stdenv to specify fetchurl.
svn path=/nixpkgs/trunk/; revision=6140
2006-08-17 00:54:32 +00:00
Eelco Dolstra
536a81cd9c
* Remove help from the SDK, saving 200 MB.
...
svn path=/nixpkgs/trunk/; revision=6138
2006-08-16 21:34:26 +00:00
Martin Bravenboer
44f6c2ef74
Build the mingw w32api from source for the mingw stdenv
...
svn path=/nixpkgs/trunk/; revision=6137
2006-08-16 19:13:43 +00:00
Martin Bravenboer
d1f3a668a0
Victory: mingw stdenv with mingw-runtime from source
...
svn path=/nixpkgs/trunk/; revision=6136
2006-08-16 18:35:39 +00:00
Martin Bravenboer
890ce7f266
Cleanup
...
svn path=/nixpkgs/trunk/; revision=6135
2006-08-16 15:48:20 +00:00
Martin Bravenboer
38de63873c
Another initial MinGW environment, having some more basic tools. This will allow us to compile some packages for the stdenv from source.
...
svn path=/nixpkgs/trunk/; revision=6134
2006-08-16 15:43:34 +00:00
Martin Bravenboer
4957325c31
Use gcc wrapper
...
svn path=/nixpkgs/trunk/; revision=6133
2006-08-16 15:03:13 +00:00
Martin Bravenboer
5f88a929cc
Added mingw gcc
...
svn path=/nixpkgs/trunk/; revision=6132
2006-08-16 14:35:43 +00:00
Martin Bravenboer
884b6f9a0d
Added make
...
svn path=/nixpkgs/trunk/; revision=6131
2006-08-16 14:15:00 +00:00
Martin Bravenboer
5992b95b64
Basic stdenv for mingw. No compiler yet and setup needs more fixing.
...
svn path=/nixpkgs/trunk/; revision=6124
2006-08-15 21:25:14 +00:00
Martin Bravenboer
42187add34
Various mingw fixes
...
svn path=/nixpkgs/trunk/; revision=6123
2006-08-15 16:26:21 +00:00
Martin Bravenboer
56315425c9
Initial work on MinGW/MSYS standard environment
...
svn path=/nixpkgs/trunk/; revision=6122
2006-08-15 14:46:41 +00:00
Eelco Dolstra
3fd8841922
* GNU Netcat.
...
svn path=/nixpkgs/trunk/; revision=6120
2006-08-15 13:22:45 +00:00
Eelco Dolstra
76eb096fac
* Another (better) Atari emulator. It doesn't quite work out of the
...
box yet because for some reason it needs libX11 and libXext in the
LD_LIBRARY_PATH...
svn path=/nixpkgs/trunk/; revision=6114
2006-08-14 09:26:53 +00:00
Armijn Hemel
15ae1b326f
add "attr" tool. Includes some butchering of their supplied Makefile and aclocal.m4 to prevent all kinds of hardcoded paths...argh...
...
svn path=/nixpkgs/trunk/; revision=6113
2006-08-13 18:50:04 +00:00
Armijn Hemel
e03c795456
fix download location. This file should really be copied to nix.cs.uu.nl
...
svn path=/nixpkgs/trunk/; revision=6112
2006-08-13 10:29:44 +00:00
Martin Bravenboer
deeadfc6f5
Tried to add kuickshow (a pretty fast image viewer that used to be
...
distributed by default in KDE).
Unfortunately it doesn't work, because of some strange problems with
mime types. But well, it compiles. The libraries are useful anyway:
- arts (kde)
- imlib (gnome)
- libungif (aka libgif)
svn path=/nixpkgs/trunk/; revision=6111
2006-08-13 09:46:54 +00:00
Eelco Dolstra
37832b3af0
* Atari800 - an 8-bit Atari emulator.
...
svn path=/nixpkgs/trunk/; revision=6110
2006-08-12 22:33:51 +00:00
Eelco Dolstra
b8da1b671d
* Latest zapping.
...
svn path=/nixpkgs/trunk/; revision=6107
2006-08-12 07:26:24 +00:00
Armijn Hemel
c6b246ae8c
libgnomeprint now wants bison and flex during configure...
...
svn path=/nixpkgs/trunk/; revision=6106
2006-08-12 00:15:31 +00:00
Armijn Hemel
f0d6702f90
libgtkhtml = gtkhtml (packages were merged)
...
libgnomeprint and libnomeprintui were moved to desktop, from platform
svn path=/nixpkgs/trunk/; revision=6105
2006-08-12 00:01:37 +00:00
Eelco Dolstra
259d0dd9ee
* Gnome 2.14.3.
...
* GTK updates.
* Removed the bzip2 hack.
svn path=/nixpkgs/trunk/; revision=6104
2006-08-11 22:26:55 +00:00
Eelco Dolstra
38ee361757
* Backout accidental commit.
...
svn path=/nixpkgs/trunk/; revision=6088
2006-08-09 15:49:02 +00:00
Eelco Dolstra
d6b4d601e8
* W00t.
...
svn path=/nixpkgs/trunk/; revision=6086
2006-08-09 15:27:18 +00:00
Eelco Dolstra
572e981314
* Quick test...
...
svn path=/nixpkgs/trunk/; revision=6085
2006-08-09 15:24:12 +00:00
Martin Bravenboer
1cb5a30f34
Added ANTLR 2.7.6
...
svn path=/nixpkgs/trunk/; revision=6082
2006-08-09 15:09:50 +00:00
Eelco Dolstra
bf1e734f85
* Don't use the subpath operator (~) anymore, it's subsumed by normal
...
concatenation (+).
svn path=/nixpkgs/trunk/; revision=6080
2006-08-09 15:05:30 +00:00
Armijn Hemel
d9ec01e77f
add scummvm (scummvm.sf.net)
...
svn path=/nixpkgs/trunk/; revision=6079
2006-08-08 23:39:03 +00:00
Armijn Hemel
7154adfa34
new version of ISC dhcpd
...
svn path=/nixpkgs/trunk/; revision=6074
2006-08-08 17:50:16 +00:00
Martin Bravenboer
a4b37a367a
Added the package man-pages.
...
svn path=/nixpkgs/trunk/; revision=6071
2006-08-08 00:09:27 +00:00
Armijn Hemel
6742ffca0f
update to 0.10pre6069
...
svn path=/nixpkgs/trunk/; revision=6070
2006-08-07 20:46:17 +00:00
Eelco Dolstra
f1166e0bbb
* Through the magic of functional programming, let stdenv export a
...
function to regenerate itself with a different setup script. This
is useful for experimenting with changes to the setup script in
specific packages without triggering a rebuild of everything.
* stdenv/generic/setup-latest.sh is a branch of setup.sh containing
pending changes that will be merged into setup.sh eventually.
* setup-latest.sh: don't use tar's "z" and "j" flags. Rather, call
gzip and bunzip2 directly.
svn path=/nixpkgs/trunk/; revision=6066
2006-08-07 13:31:18 +00:00
Eelco Dolstra
f587be2b20
* Pan 0.106.
...
svn path=/nixpkgs/trunk/; revision=6065
2006-08-07 13:27:56 +00:00
Eelco Dolstra
a2c118e0e3
* Remove redundant definition of LayYY_prev_more_offset; flex already
...
generates it.
svn path=/nixpkgs/trunk/; revision=6064
2006-08-07 10:17:39 +00:00
Armijn Hemel
e0758ef36a
grub needs coreutils (for df and uniq)
...
svn path=/nixpkgs/trunk/; revision=6062
2006-08-06 23:53:48 +00:00
Armijn Hemel
e7bf53481a
add a few more config options
...
svn path=/nixpkgs/trunk/; revision=6061
2006-08-06 23:52:55 +00:00
Armijn Hemel
154aac88de
make x86 the default right now. Add a configuration for x86, that builds enough tools for NixOS
...
svn path=/nixpkgs/trunk/; revision=6060
2006-08-06 22:24:48 +00:00
Armijn Hemel
c064d7d10f
add MAKEDEV and a wrapper
...
svn path=/nixpkgs/trunk/; revision=6059
2006-08-06 20:40:41 +00:00
Armijn Hemel
7bd7fef590
add a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEVadd a wrapper for MAKEDEV
...
svn path=/nixpkgs/trunk/; revision=6058
2006-08-06 20:30:41 +00:00
Armijn Hemel
5d58712fe0
add the MAKEDEV utility. This needs a wrapper with the right location of the configuration directory (default /etc/makdev.d) to work correctly on NixOS.
...
svn path=/nixpkgs/trunk/; revision=6057
2006-08-06 19:57:12 +00:00
Armijn Hemel
1b17f45ef5
add a statically linked gcc-4.1
...
svn path=/nixpkgs/trunk/; revision=6056
2006-08-05 13:50:42 +00:00
Armijn Hemel
774f2f73af
add nixStatic and binutilsStatic
...
svn path=/nixpkgs/trunk/; revision=6055
2006-08-05 11:02:17 +00:00
Armijn Hemel
1c1ad8b285
add a builder for a statically linked binutils (for the initial stdenv build process). This needs the references to glibc nuked as well...
...
svn path=/nixpkgs/trunk/; revision=6054
2006-08-05 10:55:58 +00:00
Armijn Hemel
68e7009fcc
update to pre6052, remove patches, since these are in Nix now
...
svn path=/nixpkgs/trunk/; revision=6053
2006-08-05 09:44:26 +00:00
Armijn Hemel
0345f37f1c
update to nix-0.10pre6047, remove patch, since it is no longer needed
...
svn path=/nixpkgs/trunk/; revision=6050
2006-08-05 00:28:06 +00:00
Armijn Hemel
b60bc10218
prepare for having configs for different architectures
...
svn path=/nixpkgs/trunk/; revision=6040
2006-08-03 22:23:08 +00:00
Armijn Hemel
6efea74e8e
use the right hash :o
...
svn path=/nixpkgs/trunk/; revision=6038
2006-08-03 21:45:44 +00:00
Armijn Hemel
c48c2aa23b
firefox 1.5.0.6
...
svn path=/nixpkgs/trunk/; revision=6037
2006-08-03 18:04:39 +00:00
Martin Bravenboer
a31de1c856
Added ANTLR 3 beta
...
svn path=/nixpkgs/trunk/; revision=6033
2006-08-03 16:08:25 +00:00
Armijn Hemel
604ca29bf0
add patches:
...
* nix-0.10pre5896-paths.patch :: this path adds coreutils to the searchpath,
so nix-prefetch-url can find "basename"
* nix-0.10pre5896-chroot-once.patch :: unsets NIX_ROOT in various scripts,
to prevent that when NIX_ROOT is set and one of the nix tools is called that
chroot() is performed once more
svn path=/nixpkgs/trunk/; revision=6023
2006-08-02 20:44:17 +00:00
Martin Bravenboer
799e451a26
Updated abc to version 1.2.0
...
svn path=/nixpkgs/trunk/; revision=6021
2006-08-02 17:27:42 +00:00
Armijn Hemel
d3370dfb36
workaround for problem with "date" not being in the path when using manifests on NixOS...better solution would be to switch to the Perl equivalent of "date"
...
svn path=/nixpkgs/trunk/; revision=6020
2006-08-02 16:56:34 +00:00
Martin Bravenboer
6fa02079b8
Update of aspectj to 1.5.2
...
svn path=/nixpkgs/trunk/; revision=6019
2006-08-02 16:42:52 +00:00
Armijn Hemel
db8288bf5b
only nuke references to glibc in the statically linked binaries, not the
...
references to perl, nix, and so on in the scripts.
TODO: statically link the bzip2/bunzip2/etc. tools in $nix/libexec
svn path=/nixpkgs/trunk/; revision=6018
2006-08-02 11:05:04 +00:00
Armijn Hemel
2f5ec262a8
nuke references to glibc...this should become a generic function somewhere...
...
svn path=/nixpkgs/trunk/; revision=6017
2006-08-02 10:52:32 +00:00
Armijn Hemel
aefc9586ec
statically linked Nix. This should come in handy for installers...I hope...
...
svn path=/nixpkgs/trunk/; revision=6016
2006-08-02 10:43:27 +00:00
Armijn Hemel
0ac74d23dc
some NIX_ROOT fixes
...
svn path=/nixpkgs/trunk/; revision=6015
2006-08-01 18:32:24 +00:00
Eelco Dolstra
4fb1ec6a36
* Flex 2.5.33. This one builds on Darwin.
...
svn path=/nixpkgs/trunk/; revision=6012
2006-08-01 12:29:54 +00:00
Eelco Dolstra
f36368c749
* Boehm GC 6.8, needed on Darwin-x86.
...
svn path=/nixpkgs/trunk/; revision=6011
2006-08-01 12:29:07 +00:00
Armijn Hemel
9ef3ae26c7
use latest nix unstable release
...
svn path=/nixpkgs/trunk/; revision=6009
2006-08-01 10:40:09 +00:00