Eelco Dolstra
fb73ce99f2
* Added wxHaskell.
...
* Added GNU MP, use it in pycrypto.
svn path=/nixpkgs/trunk/; revision=7343
2006-12-13 22:29:40 +00:00
Eelco Dolstra
a6ca6b0612
* Doh!
...
svn path=/nixpkgs/trunk/; revision=7342
2006-12-13 21:15:31 +00:00
Eelco Dolstra
9ea7038c51
* BitTorrent 5.0.3.
...
* wxPython 2.6.3.
svn path=/nixpkgs/trunk/; revision=7341
2006-12-13 20:30:09 +00:00
Eelco Dolstra
cd8a033c15
* Remove some obsolete wxGTK/wxPython versions.
...
svn path=/nixpkgs/trunk/; revision=7337
2006-12-13 15:53:36 +00:00
Eelco Dolstra
5b262e235e
* Add libxcrypt for Blowfish support in pam_unix2.
...
svn path=/nixpkgs/trunk/; revision=7305
2006-12-11 02:35:05 +00:00
Eelco Dolstra
7dfbf0eba7
* Move the substitution functions into stdenv (not merged yet).
...
* If the environment variable buildCommand is set, then eval that
instead of doing the build phases. This is used by the runCommand
function in all-packages.nix to allow one-lines like
foo = runCommand "foo" {} "mkdir $out; echo foo > $out/foo";
svn path=/nixpkgs/trunk/; revision=7298
2006-12-10 22:24:42 +00:00
Eelco Dolstra
88f1d8af8e
* Build splashutils properly.
...
svn path=/nixpkgs/trunk/; revision=7134
2006-11-25 23:41:53 +00:00
Eelco Dolstra
298f1ffad6
* Revert r7041. I think we're better off with gensplash than with
...
splashy.
svn path=/nixpkgs/trunk/; revision=7059
2006-11-17 11:45:56 +00:00
Eelco Dolstra
bc394c1775
* Splashy for showing boot splash screens. Doesn't work yet though.
...
svn path=/nixpkgs/trunk/; revision=7041
2006-11-15 00:10:40 +00:00
Eelco Dolstra
3dc7e103cf
* DirectFB.
...
svn path=/nixpkgs/trunk/; revision=7040
2006-11-14 22:23:33 +00:00
Eelco Dolstra
82888b7a20
* New version that integrates the MinGW patch.
...
svn path=/nixpkgs/trunk/; revision=7034
2006-11-14 18:50:17 +00:00
Eelco Dolstra
1cddeefb30
* Provide a patched ATerm library that works on 64-bit systems and on
...
systems with Glibc 2.5 or GCC 4.1.x.
svn path=/nixpkgs/trunk/; revision=7032
2006-11-14 15:55:57 +00:00
Eelco Dolstra
23b840f5bd
* Refactor a bit.
...
svn path=/nixpkgs/trunk/; revision=7030
2006-11-14 15:49:07 +00:00
Eelco Dolstra
3dcb2e095e
* Urgh, go back to 0.25 (0.26 fails on most platforms).
...
svn path=/nixpkgs/trunk/; revision=6984
2006-11-08 16:39:20 +00:00
Eelco Dolstra
aca43b766b
* Sheesh, Subversion is picky.
...
svn path=/nixpkgs/trunk/; revision=6981
2006-11-08 16:11:51 +00:00
Eelco Dolstra
73448634c4
* Subversion 1.4.2.
...
* Neon 0.26.2.
svn path=/nixpkgs/trunk/; revision=6980
2006-11-08 13:03:55 +00:00
Eelco Dolstra
eac4138841
* Cygwin patch.
...
svn path=/nixpkgs/trunk/; revision=6972
2006-11-07 16:07:42 +00:00
Eelco Dolstra
770517edbb
* Doh, we're building in a different directory than the sources.
...
svn path=/nixpkgs/trunk/; revision=6887
2006-10-28 11:40:26 +00:00
Eelco Dolstra
b8f17a1e59
* Workaround for the wrong <semaphore.h> getting installed. This
...
appears to be a regression:
http://www.mail-archive.com/debian-glibc@lists.debian.org/msg31543.html
svn path=/nixpkgs/trunk/; revision=6885
2006-10-28 10:17:08 +00:00
Eelco Dolstra
02254ec3d8
* Fix glibc build on powerpc. See http://sources.redhat.com/bugzilla/show_bug.cgi?id=2929 .
...
svn path=/nixpkgs/trunk/; revision=6847
2006-10-25 11:17:30 +00:00
Eelco Dolstra
371d2ddbf2
* Back out r6830.
...
svn path=/nixpkgs/trunk/; revision=6846
2006-10-25 11:06:44 +00:00
Eelco Dolstra
69ee353dc7
* glibc-2.5 is the default now.
...
* Remove gcc-static-3.4.
svn path=/nixpkgs/trunk/; revision=6831
2006-10-24 22:23:20 +00:00
Eelco Dolstra
f6f207e054
* Simplify, simplify.
...
svn path=/nixpkgs/trunk/; revision=6830
2006-10-24 22:20:45 +00:00
Eelco Dolstra
60a9aa66bf
* Switching.
...
svn path=/nixpkgs/trunk/; revision=6827
2006-10-24 20:53:54 +00:00
Eelco Dolstra
db90711cb7
* LD_LIBRARY_PATH no longer needed (?).
...
svn path=/nixpkgs/trunk/; revision=6813
2006-10-23 21:51:43 +00:00
Eelco Dolstra
84dd812f33
Finally, the new stdenv-linux.
...
* The statically linked bootstrap tools are now automatically
reproducable, just do:
$ nix-build ./make-bootstrap-tools.nix
The resulting binaries in result/in-nixpkgs go to
stdenv/linux/bootstrap/<platform>/, and the tarballs in
result/on-server go to
https://svn.cs.uu.nl:12443/repos/trace/tarballs/trunk/stdenv-linux/ <platform>/<revision>/.
These are checked out on nix.cs.uu.nl under http://.../dist/tarballs .
* The statically linked libraries all use dietlibc now (except
patchelf and glibc), so they are much smaller. This is especially
nice for the tools in the Nixpkgs tree, since it makes Nixpkgs
tarballs smaller.
* Use Binutils 2.17 and GCC 4.1.1 for the bootstrap.
* The stdenv is now based on Glibc 2.5. I hope it works ;-)
svn path=/nixpkgs/trunk/; revision=6803
2006-10-23 14:27:34 +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
c8635af3a9
* Mesa 6.4.2.
...
svn path=/nixpkgs/trunk/; revision=6736
2006-10-15 17:44:32 +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
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
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
67c581cdcc
* Updated Pango, Cairo, Zip.
...
svn path=/nixpkgs/trunk/; revision=6697
2006-10-11 13:19:36 +00:00
Armijn Hemel
7ac4f700a3
add libevent
...
svn path=/nixpkgs/trunk/; revision=6678
2006-10-08 10:31:55 +00:00
Eelco Dolstra
7d83cda3c1
* Apparently obsolete.
...
svn path=/nixpkgs/trunk/; revision=6641
2006-10-02 19:50:14 +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
Eelco Dolstra
4e2994a237
* OpenSSL 0.9.8d.
...
svn path=/nixpkgs/trunk/; revision=6629
2006-09-29 21:17:10 +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
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
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
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
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
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
5c946da49e
d'oh.
...
svn path=/nixpkgs/trunk/; revision=6281
2006-08-27 20:18:07 +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
Martin Bravenboer
f0129a3f44
Fixes to support the new stdenvType
...
svn path=/nixpkgs/trunk/; revision=6242
2006-08-25 20:58:02 +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
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
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
4bfffeee52
* Propagate readline's dependency on ncurses.
...
svn path=/nixpkgs/trunk/; revision=6197
2006-08-21 10:35:01 +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
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
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
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
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
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
0591f43c74
add dietlibc version of ncurses
...
svn path=/nixpkgs/trunk/; revision=5993
2006-07-30 18:12:20 +00:00
Armijn Hemel
4f27d4b9b3
add 0.15, variants
...
svn path=/nixpkgs/trunk/; revision=5936
2006-07-25 10:06:05 +00:00
Armijn Hemel
80e72c6c7e
1.1.17, untested
...
svn path=/nixpkgs/trunk/; revision=5935
2006-07-25 09:58:11 +00:00
Armijn Hemel
d41d5a6970
make 2.6.26 default
...
svn path=/nixpkgs/trunk/; revision=5934
2006-07-25 09:28:19 +00:00
Armijn Hemel
55e322ca6c
variability, add a static variant, default is to use shared libraries
...
svn path=/nixpkgs/trunk/; revision=5932
2006-07-25 08:24:22 +00:00
Armijn Hemel
46d7a1ac7f
actually link to zlib
...
svn path=/nixpkgs/trunk/; revision=5931
2006-07-25 00:52:21 +00:00
Armijn Hemel
f644035715
prepare for multiple versions
...
svn path=/nixpkgs/trunk/; revision=5930
2006-07-24 23:55:32 +00:00
Armijn Hemel
56d8395f3d
easier version switching
...
svn path=/nixpkgs/trunk/; revision=5929
2006-07-24 23:34:38 +00:00
Armijn Hemel
40e7da7412
also build a shared libneon
...
svn path=/nixpkgs/trunk/; revision=5928
2006-07-24 23:00:54 +00:00
Armijn Hemel
51316f8a47
0.25.4 -> 0.25.5
...
svn path=/nixpkgs/trunk/; revision=5926
2006-07-24 21:52:49 +00:00
Armijn Hemel
9396221341
2.8.16 -> 2.8.17
...
svn path=/nixpkgs/trunk/; revision=5883
2006-07-22 23:27:02 +00:00
Armijn Hemel
2701a8b2ff
don't build the tcl extension
...
svn path=/nixpkgs/trunk/; revision=5882
2006-07-22 23:02:27 +00:00
Armijn Hemel
e657254871
don't forget the closing ". This heat is killing my braaaaaaaain...
...
svn path=/nixpkgs/trunk/; revision=5881
2006-07-22 22:54:22 +00:00
Armijn Hemel
2c9ccc300e
AARGH! actually take the *source* file and not the precompiled binary :(
...
svn path=/nixpkgs/trunk/; revision=5880
2006-07-22 22:53:15 +00:00
Armijn Hemel
e082ae1151
3.3.5 -> 3.3.6
...
svn path=/nixpkgs/trunk/; revision=5879
2006-07-22 22:51:58 +00:00
Armijn Hemel
c57e252798
pass around right configuration options
...
svn path=/nixpkgs/trunk/; revision=5871
2006-07-22 10:52:44 +00:00
Armijn Hemel
d53ae3e6a3
add tk
...
svn path=/nixpkgs/trunk/; revision=5870
2006-07-22 09:58:05 +00:00
Eelco Dolstra
daefa7f60d
* Propagate the gettext dependency.
...
svn path=/nixpkgs/trunk/; revision=5831
2006-07-20 15:22:10 +00:00
Eelco Dolstra
a908e6a4de
* Remove the old modular X libraries.
...
svn path=/nixpkgs/trunk/; revision=5729
2006-07-17 12:46:39 +00:00
Eelco Dolstra
fbf526d408
* Use stdenv.isDarwin.
...
svn path=/nixpkgs/trunk/; revision=5728
2006-07-17 11:07:32 +00:00
Eelco Dolstra
10c99c750e
* libjpeg fixes on Mac OS X.
...
svn path=/nixpkgs/trunk/; revision=5711
2006-07-14 15:59:30 +00:00
Eelco Dolstra
67818f5717
* Indent.
...
svn path=/nixpkgs/trunk/; revision=5677
2006-07-11 07:55:52 +00:00
Armijn Hemel
5073fa75a4
add fribidi library
...
svn path=/nixpkgs/trunk/; revision=5665
2006-07-08 12:19:24 +00:00
Armijn Hemel
439bc42676
2.0.5 -> 2.0.7
...
svn path=/nixpkgs/trunk/; revision=5642
2006-07-06 23:05:16 +00:00
Armijn Hemel
4be14fe52c
1.1.2 -> 1.1.3
...
svn path=/nixpkgs/trunk/; revision=5640
2006-07-06 22:58:32 +00:00
Armijn Hemel
381a915353
1.1.0 -> 1.1.2
...
svn path=/nixpkgs/trunk/; revision=5639
2006-07-06 22:56:04 +00:00
Armijn Hemel
61b212ea59
0.8.3 -> 0.8.5
...
svn path=/nixpkgs/trunk/; revision=5638
2006-07-06 22:49:19 +00:00
Armijn Hemel
58d3b11ec8
1.13.2 -> 1.14.1
...
svn path=/nixpkgs/trunk/; revision=5637
2006-07-06 22:46:49 +00:00
Armijn Hemel
3af28ab76e
1.0alpha4 -> 1.0alpha7
...
svn path=/nixpkgs/trunk/; revision=5636
2006-07-06 22:40:39 +00:00
Armijn Hemel
c4d7d5811b
libxml2 2.6.26
...
svn path=/nixpkgs/trunk/; revision=5635
2006-07-06 22:31:05 +00:00
Armijn Hemel
9e7b75bdd2
neon 0.26.1
...
svn path=/nixpkgs/trunk/; revision=5634
2006-07-06 22:25:12 +00:00
Armijn Hemel
5579c5d330
6.6 -> 6.7
...
svn path=/nixpkgs/trunk/; revision=5633
2006-07-06 22:17:04 +00:00
Armijn Hemel
21f92a1fa4
add reminder to remove the patch when 2.2.2 is released
...
svn path=/nixpkgs/trunk/; revision=5632
2006-07-06 21:38:38 +00:00
Armijn Hemel
c806a402e7
update to 0.1.12
...
svn path=/nixpkgs/trunk/; revision=5631
2006-07-06 21:37:45 +00:00
Armijn Hemel
1789bf9944
update to 2.2.1. Also include a patch to fix a SNAFU by the maintainers, which are not willing to fix it (apparently)
...
svn path=/nixpkgs/trunk/; revision=5626
2006-07-06 21:11:59 +00:00
Armijn Hemel
f0aa3a56ae
add avahi, a IETF ZeroConf library/program
...
svn path=/nixpkgs/trunk/; revision=5617
2006-07-06 17:29:40 +00:00
Armijn Hemel
54067dd4c4
add libsoup (GNOME)
...
svn path=/nixpkgs/trunk/; revision=5611
2006-07-06 16:24:38 +00:00
Armijn Hemel
3fc30a1a82
fix name
...
svn path=/nixpkgs/trunk/; revision=5608
2006-07-06 12:36:20 +00:00
Armijn Hemel
02c02f0223
gnome-icon-theme 2.14.2 requires pkgconfig 0.20, which stores its .pc files
...
in a different directory, so it breaks our PKGCONFIGPATH
svn path=/nixpkgs/trunk/; revision=5607
2006-07-06 12:36:01 +00:00
Armijn Hemel
68dad7fada
libgnomeprint 2.12.1 has a few additional dependencies (flex, bison)
...
svn path=/nixpkgs/trunk/; revision=5606
2006-07-06 11:10:06 +00:00
Martin Bravenboer
59868ad0bc
Use openssl 0.9.8b by default
...
svn path=/nixpkgs/trunk/; revision=5598
2006-07-05 16:46:51 +00:00
Armijn Hemel
228fd19ffb
add openssl 0.9.8b
...
svn path=/nixpkgs/trunk/; revision=5592
2006-07-05 15:54:53 +00:00
Armijn Hemel
506f113378
update to lesstif 0.95
...
svn path=/nixpkgs/trunk/; revision=5589
2006-07-05 10:38:25 +00:00
Armijn Hemel
10be8fe8b0
freetype 2.2.1. However, it breaks fontconfig and therefore probably every
...
other application that uses one of these (but why? :S)
It is *not* the default
svn path=/nixpkgs/trunk/; revision=5588
2006-07-05 10:31:45 +00:00
Armijn Hemel
4377c4b1a9
make unicode support the default (Eelco told me to do it! honest!)
...
svn path=/nixpkgs/trunk/; revision=5585
2006-07-04 23:48:18 +00:00
Armijn Hemel
89a054b848
optional flag for building unicode support
...
svn path=/nixpkgs/trunk/; revision=5583
2006-07-04 22:45:24 +00:00
Armijn Hemel
4b24c008d7
gtk needs a new version of pango (which is not clear from the FTP site, bad
...
release management!) and pango needs libpng
svn path=/nixpkgs/trunk/; revision=5575
2006-07-04 16:32:35 +00:00
Armijn Hemel
87a20c9da1
gtk needs 1.12.0
...
svn path=/nixpkgs/trunk/; revision=5574
2006-07-04 14:22:30 +00:00
Armijn Hemel
92ea85c28a
new bugfixrelease 2.8.20
...
svn path=/nixpkgs/trunk/; revision=5572
2006-07-04 13:32:27 +00:00
Armijn Hemel
b37f994407
add gtk 2.10 and update a lot of its dependencies
...
svn path=/nixpkgs/trunk/; revision=5571
2006-07-04 13:24:26 +00:00
Armijn Hemel
3427d88e96
add new libpng
...
svn path=/nixpkgs/trunk/; revision=5570
2006-07-04 12:39:45 +00:00
Armijn Hemel
23fdfca4ab
add new cairo
...
svn path=/nixpkgs/trunk/; revision=5569
2006-07-04 12:37:44 +00:00
Armijn Hemel
7b1649c62a
fix download location for libpng
...
svn path=/nixpkgs/trunk/; revision=5568
2006-07-04 12:28:16 +00:00
Armijn Hemel
adaf1fe61c
correct typo (version was 1.0.4, yet name said 1.0.2)
...
svn path=/nixpkgs/trunk/; revision=5567
2006-07-04 00:14:16 +00:00
Armijn Hemel
5092df8999
* cracklib 2.8.9
...
* commit 5555!
svn path=/nixpkgs/trunk/; revision=5555
2006-07-01 14:49:35 +00:00
Eelco Dolstra
3f45f2fe82
* Play DVDs again with vlc.
...
svn path=/nixpkgs/trunk/; revision=5543
2006-06-29 23:48:19 +00:00
Eelco Dolstra
d97fa85adf
* Some VLC-related updates.
...
* Variability :-) Provide both Autoconf 2.59 and 2.60 (the former
being the default for now).
svn path=/nixpkgs/trunk/; revision=5539
2006-06-29 12:41:25 +00:00
Armijn Hemel
f590067ee0
new autoconf, gettext and coreutils. Tested to build in work in NixOS.
...
svn path=/nixpkgs/trunk/; revision=5532
2006-06-28 21:35:37 +00:00
Armijn Hemel
a577b41f1c
* revert back to gnome 2.10.1.
...
As it turns out, quite a few packages were consolidated. So for example the
libgtkhtml package is now part of the gtkhtml package. This screws up quite
a few of the Nix expressions we have.
svn path=/nixpkgs/trunk/; revision=5519
2006-06-24 17:52:46 +00:00
Eelco Dolstra
31a6fe8253
* Use the default builder.
...
svn path=/nixpkgs/trunk/; revision=5512
2006-06-24 11:05:39 +00:00
Eelco Dolstra
9273065b05
* Doh!
...
svn path=/nixpkgs/trunk/; revision=5511
2006-06-24 10:32:02 +00:00
Eelco Dolstra
8a58852d9d
* Update or disable some stuff.
...
svn path=/nixpkgs/trunk/; revision=5509
2006-06-24 10:26:52 +00:00
Eelco Dolstra
a452173b2c
* wxGTK 2.6.3.
...
svn path=/nixpkgs/trunk/; revision=5507
2006-06-23 22:41:47 +00:00
Eelco Dolstra
8263e6d889
* Gnome 2.14.2. Not tested at all.
...
svn path=/nixpkgs/trunk/; revision=5500
2006-06-23 13:45:05 +00:00
Eelco Dolstra
ac41a46f6e
* ATerm aliasing patch (from
...
http://bugzilla.sen.cwi.nl:8080/show_bug.cgi?id=470 ).
svn path=/nixpkgs/trunk/; revision=5486
2006-06-22 09:02:54 +00:00
Armijn Hemel
3e2dbd185d
add Google's coredumper helper library (snapshots/coredumps for running programs)
...
svn path=/nixpkgs/trunk/; revision=5485
2006-06-21 21:05:39 +00:00
Eelco Dolstra
ffb94e0690
* Latest versions.
...
svn path=/nixpkgs/trunk/; revision=5482
2006-06-21 15:54:46 +00:00
Armijn Hemel
26a7fe945a
add new bugfix release for gtk+
...
svn path=/nixpkgs/trunk/; revision=5470
2006-06-18 12:10:25 +00:00
Armijn Hemel
b4ecec05c5
new version of pangoxsl
...
svn path=/nixpkgs/trunk/; revision=5467
2006-06-18 11:48:41 +00:00
Eelco Dolstra
04a0eb8259
* Doh!
...
svn path=/nixpkgs/trunk/; revision=5455
2006-06-15 13:15:51 +00:00
Eelco Dolstra
26832cd4ec
* Patch for BDB on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=5454
2006-06-15 12:51:15 +00:00
Roy van den Broek
107df21a06
Updated JavaSVN to version 1.0.6.
...
svn path=/nixpkgs/trunk/; revision=5425
2006-06-12 16:27:56 +00:00
Eelco Dolstra
405d314395
* Pan 0.96.
...
svn path=/nixpkgs/trunk/; revision=5280
2006-05-07 21:58:31 +00:00
Eelco Dolstra
12f0f1ad20
* Updated a few packages.
...
svn path=/nixpkgs/trunk/; revision=5246
2006-05-01 17:57:42 +00:00
Eelco Dolstra
965fa2208e
* Make xpdf build again.
...
svn path=/nixpkgs/trunk/; revision=5239
2006-04-29 14:18:08 +00:00
Eelco Dolstra
01ca1e7fef
* Graphics support in w3m. Must be seen to be believed. Disabled by
...
default; set graphicsSupport to true in all-packages.nix to enable.
svn path=/nixpkgs/trunk/; revision=5237
2006-04-28 19:02:52 +00:00
Roy van den Broek
fd2d743748
Added Xalan-Java 2.7.0 (binary).
...
svn path=/nixpkgs/trunk/; revision=5212
2006-04-25 13:12:45 +00:00
Roy van den Broek
3c8a7d98b0
* Added ClearSilver 0.10.3.
...
* Added SQLite 3.3.
* Added PySQLite 2.2.2.
* Added Trac 0.9.5. To get you started; a new project environment is
created by executing:
$ trac-admin /path/to/trac_project_env initenv
Running the server can be done by executing:
$ tracd --port 8000 /path/to/projectenv
Trac is then available at http://localhost:8000/projectenv . More
information available at http://www.edgewall.com/trac/ .
svn path=/nixpkgs/trunk/; revision=5195
2006-04-22 18:08:37 +00:00
Roy van den Broek
67d9dfd583
Added Martyr 0.3.9.
...
svn path=/nixpkgs/trunk/; revision=5176
2006-04-19 22:32:59 +00:00
Armijn Hemel
f002f9d30a
add bluez-libs. We need this to add more bluetooth related stuff, so I can test easily with things like hotplug :)
...
svn path=/nixpkgs/trunk/; revision=5164
2006-04-18 10:46:04 +00:00
Roy van den Broek
8c188ffe04
Added Apache Axis 1.3 (Apache Axis is an implementation of the SOAP
...
("Simple Object Access Protocol") submission to W3C.)
svn path=/nixpkgs/trunk/; revision=5137
2006-04-03 13:00:10 +00:00
Eelco Dolstra
09a9cae715
* Merged the usability branch (from trunk@4749 to branches/usability@5087).
...
svn path=/nixpkgs/trunk/; revision=5088
2006-03-24 12:25:19 +00:00
Eelco Dolstra
9f1b5e24ad
* Added the MySQL ODBC connector.
...
* Enable unixODBC support in PHP.
* Build MySQL with thread-safe client libraries.
svn path=/nixpkgs/trunk/; revision=5045
2006-03-15 15:59:20 +00:00
Eelco Dolstra
e745e86d52
* Added unixODBC.
...
svn path=/nixpkgs/trunk/; revision=5041
2006-03-15 12:43:40 +00:00
Eelco Dolstra
baec8f5b38
* stdenv.mkDerivation now takes an optional attribute "meta" that
...
contains arbitrary information about a package, like this:
meta = {
homepage = "http://gcc.gnu.org/ ";
license = "GPL/LGPL";
description = "GNU Compiler Collection, 4.0.x";
};
The "meta" attribute is not passed to the actual derivation
operation, so it's not a dependency --- changes to "meta" attributes
don't trigger a recompilation.
Now we have to standardise some useful attributes ;-)
svn path=/nixpkgs/branches/usability/; revision=5024
2006-03-10 16:12:46 +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
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
Merijn de Jonge
5d6d6a5930
used buildInputs to remove need for special builder scripts
...
svn path=/nixpkgs/trunk/; revision=4684
2006-02-03 09:08:26 +00:00
Merijn de Jonge
d1d0f290ad
Added toolbuslib and toolbus packages
...
svn path=/nixpkgs/trunk/; revision=4677
2006-02-02 16:21:09 +00:00
Eelco Dolstra
6386871030
* Build a Musepack plugin for BMP so that I can finally play that
...
Nixon in China rip again :-)
svn path=/nixpkgs/trunk/; revision=4676
2006-02-02 15:04:04 +00:00
Eelco Dolstra
fedfbe2d1a
* Added the Beep Music Player (a GTK2 XMMS fork).
...
svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
Eelco Dolstra
ce9307a349
* Berkeley DB 4.4.20.
...
svn path=/nixpkgs/trunk/; revision=4662
2006-02-01 14:53:25 +00:00
Eelco Dolstra
72b0c9444f
* Doh!
...
svn path=/nixpkgs/trunk/; revision=4647
2006-01-31 16:40:21 +00:00
Eelco Dolstra
321e4da7e8
* Copy more files.
...
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31 16:37:40 +00:00
Eelco Dolstra
90254f5a4e
* Update to 1.4.
...
svn path=/nixpkgs/trunk/; revision=4645
2006-01-31 16:36:43 +00:00
Eelco Dolstra
b8a0ebe410
* kdelibs 3.5.0.
...
* Make it detect bzip2; this is required for "meinproc".
svn path=/nixpkgs/trunk/; revision=4641
2006-01-31 15:22:10 +00:00
Armijn Hemel
f102909a83
update to libgphoto2 2.1.99. This adds a dependency on libusb and pkgconfig
...
svn path=/nixpkgs/trunk/; revision=4637
2006-01-31 14:07:25 +00:00
Eelco Dolstra
9f898a586b
* Copy even more files (in particular from losser.st-lab.cs.uu.nl,
...
can't assume that it will live forever).
svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra
53c56afcfe
* Fix some broken URLs.
...
svn path=/nixpkgs/trunk/; revision=4622
2006-01-30 15:52:15 +00:00
Christof Douma
8d4e61d096
change uulib to store all dependencies to package.conf
...
added ghc-wrapper to use a generated global package.conf
added uuagc
svn path=/nixpkgs/trunk/; revision=4608
2006-01-27 10:16:15 +00:00
Armijn Hemel
531d25dafa
package has moved...and there's a new version out btw...
...
svn path=/nixpkgs/trunk/; revision=4597
2006-01-26 16:47:27 +00:00
Eelco Dolstra
8544fe567a
* Added the OpenAL sound library.
...
* Enabled (optional) 3D support in SDL.
svn path=/nixpkgs/trunk/; revision=4594
2006-01-26 14:01:08 +00:00
Christof Douma
84e89e2fca
added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh)
...
svn path=/nixpkgs/trunk/; revision=4588
2006-01-25 11:19:21 +00:00
Eelco Dolstra
0bb8593bbb
* libdrm updated to 2.0.
...
svn path=/nixpkgs/trunk/; revision=4569
2006-01-17 12:42:57 +00:00
Mart Kolthof
7bc09b8f2f
inversed patch
...
svn path=/nixpkgs/trunk/; revision=4560
2006-01-16 13:13:43 +00:00
Mart Kolthof
2939db05c9
added binaries in 'make install'
...
svn path=/nixpkgs/trunk/; revision=4555
2006-01-16 12:36:30 +00:00
Mart Kolthof
1a496e77c8
changed cil from version 1.3.3 to 1.3.4
...
svn path=/nixpkgs/trunk/; revision=4552
2006-01-16 10:09:55 +00:00
Eelco Dolstra
19efa576b3
* GTK updates.
...
svn path=/nixpkgs/trunk/; revision=4537
2006-01-11 15:13:09 +00:00
Eelco Dolstra
a0c07c35c3
* Give imake what it wants: gccmakedep instead of makedepend.
...
svn path=/nixpkgs/trunk/; revision=4536
2006-01-11 15:06:09 +00:00
Eelco Dolstra
05f665116a
* Xaw3d: export Xaw header directory and propagate libXmu.
...
* Emacs: don't depend on libXaw when we're using Xaw3d.
* Enable X11R7.0 over the old XLibs. Cross fingers :-)
svn path=/nixpkgs/trunk/; revision=4531
2006-01-09 19:37:11 +00:00
Mart Kolthof
431962ce8f
added the right buildInputs
...
svn path=/nixpkgs/trunk/; revision=4528
2006-01-09 14:32:08 +00:00
Armijn Hemel
611a70c502
add libusb
...
svn path=/nixpkgs/trunk/; revision=4490
2006-01-04 23:29:09 +00:00
Mart Kolthof
0ab104df8d
added cil-aterm to nixpkgs
...
svn path=/nixpkgs/trunk/; revision=4482
2006-01-02 14:24:36 +00:00
Eelco Dolstra
b43c421658
* JDK: put the machine-dependent header files in the right place.
...
* Added SWT for GTK (built from source).
* Added Azureus (a Bittorrent client written in Java).
svn path=/nixpkgs/trunk/; revision=4438
2005-12-26 00:51:24 +00:00
Armijn Hemel
322d2f95e8
add the S-lang language...
...
svn path=/nixpkgs/trunk/; revision=4437
2005-12-25 14:02:09 +00:00
Armijn Hemel
9a3162f1ff
rip a patch from the Fedora RPM. This is needed to let kudzu compile...
...
svn path=/nixpkgs/trunk/; revision=4417
2005-12-23 15:26:05 +00:00
Armijn Hemel
b8e0c0bd99
put headerfiles in $out/include/pci, not in $out/include
...
svn path=/nixpkgs/trunk/; revision=4416
2005-12-23 15:14:56 +00:00
Armijn Hemel
4cbc035e47
add the pciutils
...
svn path=/nixpkgs/trunk/; revision=4415
2005-12-23 15:03:01 +00:00
Martin Bravenboer
8f2c62c0e9
Patches
...
svn path=/nixpkgs/trunk/; revision=4407
2005-12-22 12:28:11 +00:00
Martin Bravenboer
83afd0c173
Added Transformers 0.4
...
svn path=/nixpkgs/trunk/; revision=4405
2005-12-22 07:39:06 +00:00
Armijn Hemel
41108750ba
add beecrypt
...
svn path=/nixpkgs/trunk/; revision=4401
2005-12-19 17:17:06 +00:00
Eelco Dolstra
fd5e5e34a4
* Updated Sylpheed to 2.1.9 and added GPG support (through gpgme).
...
svn path=/nixpkgs/trunk/; revision=4400
2005-12-19 10:34:01 +00:00
Eelco Dolstra
62d12a8cdb
* Apply the register patch.
...
svn path=/nixpkgs/trunk/; revision=4375
2005-12-15 17:03:47 +00:00
Eelco Dolstra
47dcd9819f
* Updated Berkeley DB to 4.4.16.
...
svn path=/nixpkgs/trunk/; revision=4354
2005-12-12 16:20:49 +00:00
Eelco Dolstra
20426f9825
* Latest QT 3.x.
...
svn path=/nixpkgs/trunk/; revision=4345
2005-12-06 21:35:07 +00:00
Eelco Dolstra
6869f24f1f
* Latest versions of the GTK 2.8 libraries.
...
svn path=/nixpkgs/trunk/; revision=4344
2005-12-06 21:34:55 +00:00
Eelco Dolstra
30a846de89
* The Darwin patch no longer applies (and hopefully isn't needed anymore).
...
svn path=/nixpkgs/trunk/; revision=4338
2005-12-06 10:22:50 +00:00
Eelco Dolstra
31aa23384c
* Oops! That should be a SHA-1 hash, not MD5.
...
svn path=/nixpkgs/trunk/; revision=4337
2005-12-06 00:26:56 +00:00
Eelco Dolstra
94fe7734fa
* Glibc 2.3.6.
...
* GCC 3.4.5.
* Updated several other stdenv packages.
* Modified the builders of several packages to use the generic
builder.
svn path=/nixpkgs/trunk/; revision=4336
2005-12-06 00:12:45 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
b6befed50e
* Updated SDL, NASM and Generator to the latest versions.
...
* Moved Generator to the misc/emulators directory.
svn path=/nixpkgs/trunk/; revision=4330
2005-12-03 01:33:18 +00:00
Eelco Dolstra
db8da13e0d
* Added t1lib, a library for Type 1 font support. Enabled it in xpdf.
...
svn path=/nixpkgs/trunk/; revision=4328
2005-12-02 23:21:40 +00:00
Eelco Dolstra
6281842b45
* Added Lesstif (a Motif clone).
...
* Enabled the actual xpdf GUI in xpdf.
svn path=/nixpkgs/trunk/; revision=4327
2005-12-02 22:49:51 +00:00
Armijn Hemel
b4d760228e
add speex, without Ogg support (if anyone wants that, just add it)
...
svn path=/nixpkgs/trunk/; revision=4308
2005-11-22 22:32:18 +00:00
Armijn Hemel
770261b78e
fix passing of extra includes
...
svn path=/nixpkgs/trunk/; revision=4276
2005-11-12 22:18:08 +00:00
Martin Bravenboer
32f5773017
Pass extra includes to kdelibs
...
svn path=/nixpkgs/trunk/; revision=4275
2005-11-12 22:07:14 +00:00
Armijn Hemel
b5bb94d25a
add OpenEXR, a graphics library for high quality graphics made by ILM. kdelibs has this as an optional dependency...
...
svn path=/nixpkgs/trunk/; revision=4274
2005-11-12 22:04:57 +00:00
Armijn Hemel
dae499bd6d
add a patch which removes a dependency on /bin/pwd so it can be built on
...
NixOS. It also prevents the following warning:
./configure: line 19: /bin/pwd: No such file or directory
./configure: line 21: /bin/pwd: No such file or directory
The LICENSE, LICENSE.QPL, or LICENSE.GPL file shipped with
this software has disappeared.
Sorry, you are not licensed to use this software.
Try re-installing.
:D
svn path=/nixpkgs/trunk/; revision=4272
2005-11-12 19:07:37 +00:00
Armijn Hemel
45521c30b8
needs freetype as well...
...
svn path=/nixpkgs/trunk/; revision=4268
2005-11-12 17:56:12 +00:00
Eelco Dolstra
ea95a0509e
* Start the switch to the new X libraries. It's still conditional:
...
set `useOldXLibs' to `false' in all-packages-generic.nix to use
them.
* Added Xaw3d.
* Added Xaw3d support to Emacs.
svn path=/nixpkgs/trunk/; revision=4263
2005-11-12 17:05:51 +00:00
Martin Bravenboer
abcd9e8155
wip: kdelibs
...
svn path=/nixpkgs/trunk/; revision=4261
2005-11-12 14:52:16 +00:00
Eelco Dolstra
e68763576b
* Refactoring: move fontconfig out of xlibs.
...
svn path=/nixpkgs/trunk/; revision=4221
2005-11-04 13:07:22 +00:00
Armijn Hemel
8797e21c6c
add libpcap
...
svn path=/nixpkgs/trunk/; revision=4211
2005-11-03 19:41:36 +00:00
Eelco Dolstra
6928e1cc2d
* Mesa updated to 6.4.
...
svn path=/nixpkgs/trunk/; revision=4196
2005-11-02 20:58:38 +00:00
Eelco Dolstra
018da5fbc2
* Added libdrm, required by the X Server.
...
svn path=/nixpkgs/trunk/; revision=4184
2005-11-01 20:27:57 +00:00
Eelco Dolstra
f47cef6607
* Only build MySQL if mysqlSupport is enabled. Reported by Armijn.
...
svn path=/nixpkgs/trunk/; revision=4182
2005-11-01 11:58:06 +00:00
Eelco Dolstra
34a3dbbb1d
* Updated xine-lib and xine-ui.
...
* xine-ui: compile with Xinerama support if xine-lib was also built
with it.
svn path=/nixpkgs/trunk/; revision=4165
2005-10-29 20:50:11 +00:00
Eelco Dolstra
0e25817b25
* Enable Xinerama support in GTK. This is nice for applications like GQView.
...
svn path=/nixpkgs/trunk/; revision=4164
2005-10-29 20:35:56 +00:00
Armijn Hemel
b257d4cd1d
add older version of neon which has ne_header_handler, needed by OOo2
...
svn path=/nixpkgs/trunk/; revision=4155
2005-10-27 11:56:10 +00:00
Armijn Hemel
a4cc462b17
add libmspack
...
svn path=/nixpkgs/trunk/; revision=4144
2005-10-26 16:59:49 +00:00
Armijn Hemel
9eba383a3d
add a standalone version of neon
...
svn path=/nixpkgs/trunk/; revision=4143
2005-10-26 16:17:16 +00:00
Armijn Hemel
8aec439cd0
add libsndfile
...
svn path=/nixpkgs/trunk/; revision=4142
2005-10-26 15:58:09 +00:00
Armijn Hemel
8518e36fd4
add libwpd
...
svn path=/nixpkgs/trunk/; revision=4140
2005-10-26 12:51:33 +00:00
Armijn Hemel
c077834783
add libgsf
...
svn path=/nixpkgs/trunk/; revision=4139
2005-10-26 12:44:44 +00:00
Armijn Hemel
3c079ce798
don't forget the builder, d'oh!
...
svn path=/nixpkgs/trunk/; revision=4129
2005-10-25 17:15:55 +00:00
Armijn Hemel
0b6462aee7
also add cracklib dictionairies
...
svn path=/nixpkgs/trunk/; revision=4128
2005-10-25 17:13:56 +00:00
Armijn Hemel
d4057ee594
add cracklib
...
svn path=/nixpkgs/trunk/; revision=4127
2005-10-25 13:54:52 +00:00
Eelco Dolstra
6011c99f48
* JavaSVN updated to 0.9.3 (because the 0.9.2 zipfile had disappeared).
...
svn path=/nixpkgs/trunk/; revision=4115
2005-10-21 15:52:31 +00:00
Eelco Dolstra
33eee5d50d
* wxGTK 2.6.
...
* Also updated chmlib, xchm.
svn path=/nixpkgs/trunk/; revision=4109
2005-10-19 15:15:37 +00:00
Eelco Dolstra
6f334ff54f
* Oops.
...
svn path=/nixpkgs/trunk/; revision=4074
2005-10-12 14:00:20 +00:00
Eelco Dolstra
e0eb3828bc
* Added the Cairo graphics library.
...
* Updated GTK and friends to 2.8.x.
svn path=/nixpkgs/trunk/; revision=4073
2005-10-12 11:57:24 +00:00
Eelco Dolstra
20c68ab323
* Use the right hash.
...
svn path=/nixpkgs/trunk/; revision=4071
2005-10-12 09:06:02 +00:00
Eelco Dolstra
5ba97b72a9
* Patch to OpenSSL 0.9.7h to make it build on Mac OS X.
...
svn path=/nixpkgs/trunk/; revision=4070
2005-10-12 07:40:27 +00:00
Eelco Dolstra
4f3e3429cf
* Use the proper URL.
...
svn path=/nixpkgs/trunk/; revision=4068
2005-10-11 18:49:14 +00:00
Eelco Dolstra
552de99c19
* Update a bunch of base packages.
...
svn path=/nixpkgs/trunk/; revision=4065
2005-10-11 14:29:30 +00:00
Eelco Dolstra
b5eb0b0b5f
* Latest packages in 2.6.
...
svn path=/nixpkgs/trunk/; revision=4064
2005-10-11 13:38:36 +00:00
Eelco Dolstra
f994aaa032
* Use the latest OpenSSL. Fixes a security problem:
...
http://www.openssl.org/news/secadv_20051011.txt
svn path=/nixpkgs/trunk/; revision=4063
2005-10-11 13:33:11 +00:00
Eelco Dolstra
1cc9ec7f6d
* ATerm updated to 2.4.2.
...
svn path=/nixpkgs/trunk/; revision=4051
2005-10-11 12:42:48 +00:00
Eelco Dolstra
f5a877c2a6
* Add libXtst and recordext from xlibs CVS.
...
svn path=/nixpkgs/trunk/; revision=4033
2005-10-08 15:32:27 +00:00
Eelco Dolstra
bdabd66a46
* Install ncurses header files in $out/include, not
...
$out/include/ncurses. This simplifies many builders.
svn path=/nixpkgs/trunk/; revision=4008
2005-10-04 14:24:19 +00:00
Bogdan Dumitriu
61e3b1726d
added the JavaSVN package
...
svn path=/nixpkgs/trunk/; revision=3997
2005-10-03 08:17:09 +00:00
Eelco Dolstra
38c5663acb
* Update Zapping to 0.9.6.
...
svn path=/nixpkgs/trunk/; revision=3991
2005-10-02 15:48:06 +00:00
Eelco Dolstra
33ddaafc57
* Add readline 4 (in addition to readline 5).
...
svn path=/nixpkgs/trunk/; revision=3990
2005-10-02 14:54:58 +00:00
Martin Bravenboer
4c70ef7e5d
Cleaning up the java naming conventions
...
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00