Ludovic Courtès
117865a28f
Switch to GNU Autoconf 2.62.
...
svn path=/nixpkgs/trunk/; revision=12230
2008-07-01 08:31:48 +00:00
Ludovic Courtès
21e500ac88
GNU Autoconf 2.62 improvements.
...
svn path=/nixpkgs/trunk/; revision=12228
2008-07-01 08:07:22 +00:00
Ludovic Courtès
cd35fa3b50
GnuTLS 2.4.1.
...
svn path=/nixpkgs/trunk/; revision=12227
2008-07-01 07:29:18 +00:00
Michael Raskin
66b3c35d9c
Added WebKit; made it install webkit-program-GtkLauncher (originally it is just GtkLauncher) - minimalistic http/file-only browser which passes Acid3
...
svn path=/nixpkgs/trunk/; revision=12210
2008-06-29 07:02:11 +00:00
Ludovic Courtès
add294e64b
GnuTLS: Disable tests that don't work in a chroot.
...
svn path=/nixpkgs/trunk/; revision=12209
2008-06-28 18:17:47 +00:00
Peter Simons
6c58c97f3a
boost: updated to 1.35.0 and added selectVersion dispatcher
...
svn path=/nixpkgs/trunk/; revision=12207
2008-06-28 15:22:23 +00:00
Eelco Dolstra
48ac8018ca
Improved support for building 32-bit binaries on x86_64-linux.
...
* glibc_multi: a wrapper that combines the 32-bit and 64-bit Glibcs.
This is necessary so that 64-bit GCC can find gnu/stubs-32.h and the
32-bit Glibc libraries.
To build glibc_multi on x86_64-linux, you still need either the
i686-linux Glibc derivation from a channel, or to have configured
Nix with support for forwarding the build to a i686-linux machine.
In the future this may become unnecessary by providing a prebuilt
binary of 32-bit Glibc somewhere (like the binaries used in the
stdenvLinux bootstrap).
* With glibc_multi, it becomes possible to build gcc with multilib
support (i.e. it builds 32-bit and 64-bit versions of libgcc,
libstdc++, etc.).
svn path=/nixpkgs/trunk/; revision=12203
2008-06-27 18:26:19 +00:00
Ludovic Courtès
f960020e95
GnuTLS 2.4.0 (new stable series).
...
svn path=/nixpkgs/trunk/; revision=12202
2008-06-27 18:18:38 +00:00
Eelco Dolstra
aaccd6f6e2
* Fix building the Fortran compiler.
...
svn path=/nixpkgs/trunk/; revision=12201
2008-06-27 14:43:25 +00:00
Eelco Dolstra
34f583224d
* GCC 4.3.1. (g++ doesn't work yet though.)
...
svn path=/nixpkgs/trunk/; revision=12194
2008-06-26 10:20:33 +00:00
Eelco Dolstra
677be83122
* Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.
...
* Fixes to make par2cmdline and exult build on gcc 4.x, since gcc
3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91).
* Disabled pidgin on x86_64-linux because it needs a dynamic libperl
which we don't have right now.
* Disabled wine on x86_64-linux because we still lack -m32 support.
svn path=/nixpkgs/trunk/; revision=12187
2008-06-25 15:01:04 +00:00
Eelco Dolstra
de4901c4fe
* lsof 4.80.
...
svn path=/nixpkgs/trunk/; revision=12186
2008-06-25 13:08:09 +00:00
Peter Simons
4842708ca1
scons: install library files in python's site-package directory
...
svn path=/nixpkgs/trunk/; revision=12179
2008-06-23 22:24:12 +00:00
Eelco Dolstra
9663d4c76a
* Added Subversion 1.5.0. Some features probably don't work yet
...
(building the Apache modules, building various language bindings).
* Neon 0.28.2. Also kept Neon 0.26.x because Subversion 1.4.x needs
it.
svn path=/nixpkgs/trunk/; revision=12162
2008-06-19 15:29:25 +00:00
Michael Raskin
8b90ef4690
Python must be propagatedBuildInputs now that they are using env
...
svn path=/nixpkgs/trunk/; revision=12158
2008-06-19 07:24:43 +00:00
Peter Simons
bc4f5932ad
scons: updated to version 0.95.5 and added selectVersion dispatcher
...
Scons is not only a tool, it's also a python library. However, the
modules are installed in ~/.nix-profile/lib/scons-${version} -- not in
python's "site-packages" directory -- so python won't find the library
without further help. Maybe there should be a symlink in nix-profile? I
guess there should, but I didn't know how to write that into the
expression.
svn path=/nixpkgs/trunk/; revision=12157
2008-06-18 22:48:54 +00:00
Peter Simons
48864eb8a2
adns: added convenience default values for 'version'
...
svn path=/nixpkgs/trunk/; revision=12156
2008-06-18 22:48:43 +00:00
Peter Simons
fee96dabb7
Added a nix expression for GNU ADNS. The version-specific files merely
...
forward the appropriate hash value to the generic driver found in
default.nix.
svn path=/nixpkgs/trunk/; revision=12153
2008-06-18 21:29:42 +00:00
Armijn Hemel
7ab5540a4a
add gssdp and gupnp, some Universal Plug and Play thingies
...
svn path=/nixpkgs/trunk/; revision=12149
2008-06-18 19:03:58 +00:00
Eelco Dolstra
d2ca06b623
* Sqlite 3.5.8.
...
svn path=/nixpkgs/trunk/; revision=12135
2008-06-17 09:39:38 +00:00
Michael Raskin
65b252a0df
Patched Guile to load srfi .so files correctly from its own directory.
...
svn path=/nixpkgs/trunk/; revision=12120
2008-06-16 14:27:26 +00:00
Michael Raskin
71e1e1fe6e
Added autoconf 2.62
...
svn path=/nixpkgs/trunk/; revision=12117
2008-06-16 12:58:43 +00:00
Eelco Dolstra
faba06ce54
* firefox-wrapper: plugins no longer have to declare additional
...
LD_LIBRARY_PATH elements, since they can use patchelf --rpath if
necessary.
* Flashplayer / JRE: do just that.
* JRE: libstdcpp5 no longer seems to be necessary for the plugin.
svn path=/nixpkgs/trunk/; revision=12094
2008-06-14 21:42:07 +00:00
Eelco Dolstra
80b2254cbb
* SDL 1.2.13.
...
svn path=/nixpkgs/trunk/; revision=12092
2008-06-14 20:46:34 +00:00
Eelco Dolstra
61de7ef033
* Doh.
...
svn path=/nixpkgs/trunk/; revision=12075
2008-06-13 11:59:22 +00:00
Eelco Dolstra
fc5eebdf8b
* Merged the stdenv branch
...
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
-r10966:12061).
svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra
4192f35202
* unixODBCDrivers needs sqlite.
...
svn path=/nixpkgs/trunk/; revision=12072
2008-06-13 09:44:43 +00:00
Eelco Dolstra
5a66790cce
* Valgrind 3.3.1.
...
svn path=/nixpkgs/trunk/; revision=12071
2008-06-13 09:27:02 +00:00
Michael Raskin
0784550c35
Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked in corresponding directory.
...
svn path=/nixpkgs/trunk/; revision=12060
2008-06-12 15:59:59 +00:00
Marc Weber
638f4bf121
unixODBC sqlite support
...
svn path=/nixpkgs/trunk/; revision=12059
2008-06-12 15:54:57 +00:00
Eelco Dolstra
cd60dc0ede
* Various updates.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
2008-06-12 09:49:40 +00:00
Marc Weber
9dd45a58cf
added unixODBCDrivers expression containing unixODBC Postgres connector driver
...
integrating prior pkgs/development/libraries/mysql-connector-odbc/default.nix driver
Also provides ini strings for assembling /etc/odbcinst.ini
svn path=/nixpkgs/trunk/; revision=12044
2008-06-11 23:03:30 +00:00
Michael Raskin
d139e5244c
Added Monotone-Viz, viewer for monotone histories.
...
svn path=/nixpkgs/trunk/; revision=12034
2008-06-11 06:12:18 +00:00
Nicolas Pierron
18099d1ad5
Fix the url of libcaca.
...
svn path=/nixpkgs/trunk/; revision=12033
2008-06-10 18:15:10 +00:00
Marc Weber
620138ad0c
removed libixp-0.3 (wmiimenu does also build with 0.4)
...
wmii updated
svn path=/nixpkgs/trunk/; revision=12011
2008-06-08 21:41:07 +00:00
Marc Weber
60a651413a
added freestyle (non photorealistic renderer) and dependencies libQGLViewer, lib3ds
...
svn path=/nixpkgs/trunk/; revision=12009
2008-06-08 03:56:32 +00:00
Ludovic Courtès
ff704a0102
Add Sysprof, a system-wide profiler for Linux.
...
svn path=/nixpkgs/trunk/; revision=12008
2008-06-07 14:02:17 +00:00
Pjotr Prins
289da88ccc
Moved NCBI-tools to applications
...
svn path=/nixpkgs/trunk/; revision=12004
2008-06-07 06:34:02 +00:00
Pjotr Prins
d78d018ad8
Added ncbi-tools
...
svn path=/nixpkgs/trunk/; revision=12003
2008-06-06 19:42:00 +00:00
Eelco Dolstra
bb2a310c5c
* Cleaned up the PHP expression. Added support for GD. Also
...
turned on PostgreSQL support by default (maybe I shouldn't,
since it makes PHP rather dependency-heavy...).
svn path=/nixpkgs/trunk/; revision=12002
2008-06-06 13:03:55 +00:00
Ludovic Courtès
32588e53ef
Add pmccabe, a tool that computes the cyclomatic complexity of C/C++ source.
...
svn path=/nixpkgs/trunk/; revision=12000
2008-06-06 12:26:01 +00:00
Ludovic Courtès
e24afc19ad
Add OProfile, a system-wide profiler for Linux.
...
svn path=/nixpkgs/trunk/; revision=11984
2008-06-04 21:23:30 +00:00
Andres Löh
d025d67118
* layout changes
...
svn path=/nixpkgs/trunk/; revision=11980
2008-06-04 14:03:20 +00:00
Eelco Dolstra
5d6247cb96
* Use 0.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11977
2008-06-04 11:27:35 +00:00
Andres Löh
ec984a1208
Added a ghc-6.8.3 snapshot (with version number 6.8.2.20080602).
...
svn path=/nixpkgs/trunk/; revision=11969
2008-06-04 09:42:25 +00:00
Andres Löh
dbddb786cc
Remove a patch that is no longer used and needed.
...
svn path=/nixpkgs/trunk/; revision=11968
2008-06-04 09:40:17 +00:00
Ludovic Courtès
c28744816a
Valgrind: Fix `callgrind_annotate'.
...
svn path=/nixpkgs/trunk/; revision=11962
2008-06-03 21:25:58 +00:00
Ludovic Courtès
ec86f5b6b4
Valgrind: Fix dependencies.
...
svn path=/nixpkgs/trunk/; revision=11961
2008-06-03 20:56:12 +00:00
Eelco Dolstra
c6e98aeba3
* Doh!
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11959
2008-06-03 14:36:15 +00:00
Eelco Dolstra
5fadd928bc
* Use a fixed patchelf.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11958
2008-06-03 14:29:14 +00:00
Michael Raskin
b98a144355
Added a generator for CPAN expressions. Expressions often require manual editing, but still something..
...
svn path=/nixpkgs/trunk/; revision=11947
2008-06-02 08:21:38 +00:00
Nicolas Pierron
9768f41783
Add PyX: Python graphics package.
...
svn path=/nixpkgs/trunk/; revision=11945
2008-06-01 16:06:18 +00:00
Marc Weber
026d26ec9f
Updated hash of hasktags
...
svn path=/nixpkgs/trunk/; revision=11939
2008-05-30 19:16:22 +00:00
Eelco Dolstra
0901882c1e
* Use the latest patchelf.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11931
2008-05-29 14:19:34 +00:00
Eelco Dolstra
25245042c2
* Turn on ld's --enable-new-dtags option by default to get RUNPATHs
...
instead of RPATHs. Borrowed from Gentoo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11930
2008-05-29 14:16:35 +00:00
Ludovic Courtès
ecc5f11e65
Add Stalin, an efficient Scheme compiler.
...
svn path=/nixpkgs/trunk/; revision=11927
2008-05-29 12:10:10 +00:00
Michael Raskin
99c9108757
OpenSSL support for Python
...
svn path=/nixpkgs/trunk/; revision=11894
2008-05-26 12:27:17 +00:00
Michael Raskin
9d3b0a2cb7
Added bazaar tools (not installed globally, just copied to share, you have to symlink them to your ~/.bazaar/plugins). Also readline support for python.
...
svn path=/nixpkgs/trunk/; revision=11893
2008-05-26 11:39:08 +00:00
Michael Raskin
642ff45e22
Added codeville - a distributed revision control system with special efforts spent on merging. Heh, efforts into RCS availability seem to have side effects on Python side, too..
...
svn path=/nixpkgs/trunk/; revision=11891
2008-05-26 07:47:07 +00:00
Eelco Dolstra
e1410edbc9
* GCC 4.2.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11890
2008-05-26 07:36:32 +00:00
Michael Raskin
82177d1bc2
Added xxdiff
...
svn path=/nixpkgs/trunk/; revision=11888
2008-05-25 20:43:56 +00:00
Marc Weber
bd0df285fa
x264 codec lib added
...
svn path=/nixpkgs/trunk/; revision=11876
2008-05-22 00:18:45 +00:00
Ludovic Courtès
1fffc63a27
GnuTLS 2.2.5 (security fix).
...
svn path=/nixpkgs/trunk/; revision=11872
2008-05-21 13:17:14 +00:00
Marc Weber
32bf11a247
updated hasktags (now uses file extension to distingiush between (non) and literate files
...
svn path=/nixpkgs/trunk/; revision=11862
2008-05-20 18:25:06 +00:00
Eelco Dolstra
eca684a44b
* Gnome 2.22.1.
...
* Moved some of the Gnome package Nix expressions into
pkgs/desktops/gnome/default.nix - no need to have them in separate
files. This way the code is much shorter. Still to be done for all
the other Gnome packages.
* Glib 2.16.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
2008-05-20 14:25:09 +00:00
Eelco Dolstra
79ed6fcf36
* Obsolete.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11847
2008-05-19 13:41:40 +00:00
Eelco Dolstra
011179a980
* Updated attr and acl.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
2008-05-19 13:39:28 +00:00
Ludovic Courtès
e1aea4d59b
GnuTLS: ``downgrade'' to 2.2.4 since 2.2.x is the current stable branch anyway.
...
svn path=/nixpkgs/trunk/; revision=11845
2008-05-19 13:11:05 +00:00
Marc Weber
c59433ffda
updated ghc stuff (added WashNGo, readded support for using local package db)
...
svn path=/nixpkgs/trunk/; revision=11819
2008-05-13 08:40:57 +00:00
Marc Weber
1f15a6abfd
updated cmake to 2.6.0 (Pierre on #cmake told me it's almost compatible with 2.4) so I don't expect any trouble
...
svn path=/nixpkgs/trunk/; revision=11814
2008-05-11 14:52:09 +00:00
Armijn Hemel
7ab6fe7900
add libmicrohttpd
...
svn path=/nixpkgs/trunk/; revision=11813
2008-05-11 11:46:48 +00:00
Tobias Hammerschmidt
2741145987
updatet qt4 to 4.4.0 and cleaned up the nix expression a little bit, breaks a lot of stuff depending on qt4 I suppose ;-)
...
svn path=/nixpkgs/trunk/; revision=11809
2008-05-10 09:09:56 +00:00
Eelco Dolstra
7736d51d6d
* Minor type error.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11806
2008-05-09 16:30:08 +00:00
Eelco Dolstra
537dc07161
* libpng 1.2.29.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11805
2008-05-09 16:12:46 +00:00
Ludovic Courtès
7cc1d84272
GNU Guile 1.8.5.
...
svn path=/nixpkgs/trunk/; revision=11798
2008-05-09 12:12:26 +00:00
Tobias Hammerschmidt
326a234888
version update
...
svn path=/nixpkgs/trunk/; revision=11774
2008-05-07 18:37:55 +00:00
Pjotr Prins
4609c9dae9
Support for R-language (statistical)
...
svn path=/nixpkgs/trunk/; revision=11769
2008-05-07 11:24:28 +00:00
Michael Raskin
e9b3f798ba
Added Ikarus Scheme
...
svn path=/nixpkgs/trunk/; revision=11755
2008-05-06 07:01:50 +00:00
Michael Raskin
26bdb2a619
Added option for SQLite support to Python2.5
...
svn path=/nixpkgs/trunk/; revision=11754
2008-05-06 07:01:34 +00:00
Marc Weber
e17c96c881
Support for profiling (all libraries) enabled by custom config
...
moved flapjax to ghcExecutables
added haskelldb mysql
added ghc darcs build (left in comments)
svn path=/nixpkgs/trunk/; revision=11742
2008-04-28 22:27:03 +00:00
Marc Weber
52c3910434
added cproto ( C function prototype generator )
...
svn path=/nixpkgs/trunk/; revision=11730
2008-04-27 18:20:57 +00:00
Tobias Hammerschmidt
1ad80e8dbc
java 6 update 6
...
svn path=/nixpkgs/trunk/; revision=11723
2008-04-25 21:49:54 +00:00
Tobias Hammerschmidt
1b5ef4d462
xine-lib 1.1.12
...
svn path=/nixpkgs/trunk/; revision=11722
2008-04-25 21:49:25 +00:00
Eelco Dolstra
319feed942
* Latest Cairo / GTK.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11692
2008-04-23 10:48:10 +00:00
Eelco Dolstra
09ab596e0f
* Remove calls to fail().
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Ludovic Courtès
629754cc94
Update Exuberant Ctags.
...
svn path=/nixpkgs/trunk/; revision=11678
2008-04-22 08:50:10 +00:00
Eelco Dolstra
ab14de7316
* Put back the longDescription.
...
svn path=/nixpkgs/trunk/; revision=11673
2008-04-22 07:57:31 +00:00
Eelco Dolstra
ba767eab2e
* Audacious: enable support for playing CDs.
...
svn path=/nixpkgs/trunk/; revision=11671
2008-04-22 07:14:47 +00:00
Marc Weber
9152db766f
kde shipped with a copy of this lib. They have removed it. I guess we need id nevertheless?
...
svn path=/nixpkgs/trunk/; revision=11669
2008-04-21 15:20:49 +00:00
Tobias Hammerschmidt
cfc9624c08
X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad)
...
svn path=/nixpkgs/trunk/; revision=11645
2008-04-15 20:03:25 +00:00
Marc Weber
5f5fb2ce5d
exposing /bin/* as well because of helper applications such as hsc2hs
...
svn path=/nixpkgs/trunk/; revision=11636
2008-04-15 17:05:28 +00:00
Marc Weber
23264b9db7
darcs2 has a stable version now. This patch reflects this change
...
svn path=/nixpkgs/trunk/; revision=11624
2008-04-14 19:59:26 +00:00
Ludovic Courtès
f875c682d4
Add DejaGNU, a testing framework.
...
svn path=/nixpkgs/trunk/; revision=11623
2008-04-14 11:47:26 +00:00
Armijn Hemel
1898afa254
add 2.12 GTK plus dependencies. I just took the latest of every dependency, so this might not be correct. Feel free to fix.
...
svn path=/nixpkgs/trunk/; revision=11612
2008-04-12 18:48:48 +00:00
Tobias Hammerschmidt
d62d2eea35
doh!
...
svn path=/nixpkgs/trunk/; revision=11595
2008-04-11 22:13:51 +00:00
Tobias Hammerschmidt
7b9624cda6
doh!
...
svn path=/nixpkgs/trunk/; revision=11594
2008-04-11 22:10:44 +00:00
Tobias Hammerschmidt
d5d1cd93de
added scala an object oriented and functional programming language
...
svn path=/nixpkgs/trunk/; revision=11593
2008-04-11 22:06:32 +00:00
Tobias Hammerschmidt
085dc5bc74
added ant-contrib, expression works but is really really ugly - maybe someone else can have a look at it?
...
svn path=/nixpkgs/trunk/; revision=11588
2008-04-11 21:32:00 +00:00
Marc Weber
b40945afba
still missing piece
...
svn path=/nixpkgs/trunk/; revision=11566
2008-04-11 10:25:28 +00:00
Michael Raskin
c0426f6fe7
Added Ruby Gems. I have no idea how to better use repository-provided dependencies.
...
svn path=/nixpkgs/trunk/; revision=11557
2008-04-11 09:23:33 +00:00
Michael Raskin
0ef3e9e148
Added zlib and OpenSSL optional support to ruby
...
svn path=/nixpkgs/trunk/; revision=11556
2008-04-11 09:21:27 +00:00
Marc Weber
772fd74b99
Updated my ghc stuff.
...
New is the file containing executables (such as alex/ happy)
some new libraries
The wrapper no longer installs tags by default. You have to add it to your config
So I'm ready to start merging
svn path=/nixpkgs/trunk/; revision=11554
2008-04-11 00:40:10 +00:00
Eelco Dolstra
64425af409
* Glibc must be in Java's RPATH.
...
svn path=/nixpkgs/trunk/; revision=11544
2008-04-10 12:11:53 +00:00
Arie Middelkoop
1a715e22e2
uuagc 0.9.6
...
svn path=/nixpkgs/trunk/; revision=11515
2008-04-09 14:26:47 +00:00
Ludovic Courtès
144e3b4e9d
Guile: Use `share/guile/site' as the standard Guile module location.
...
svn path=/nixpkgs/trunk/; revision=11507
2008-04-09 08:15:30 +00:00
Ludovic Courtès
4126f26c7e
Add G-Wrap, a binding generator for Guile.
...
svn path=/nixpkgs/trunk/; revision=11506
2008-04-09 07:56:52 +00:00
Ludovic Courtès
48f590e95c
Add libffi, a foreign function interface library.
...
svn path=/nixpkgs/trunk/; revision=11505
2008-04-09 07:40:48 +00:00
Ludovic Courtès
38411d756d
GnuTLS: Upgrade, run test suite, add support for Guile bindings.
...
svn path=/nixpkgs/trunk/; revision=11502
2008-04-09 07:30:05 +00:00
Michael Raskin
2b9c9ab559
Added Lazarus IDE for Free Pascal Compiler.
...
svn path=/nixpkgs/trunk/; revision=11492
2008-04-08 15:11:34 +00:00
Michael Raskin
14eeb7fb50
Added Lazarus IDE for Free Pascal Compiler
...
svn path=/nixpkgs/trunk/; revision=11491
2008-04-08 15:10:09 +00:00
Eelco Dolstra
7d96471775
* Ignore services in nsswitch.conf that cannot be found (like
...
"mdns4_mininal" on Ubuntu). This is a fix for NIXPKGS-79. It
doesn't *quite* fix the problem in all cases (there might be people
actually using mDNS; they should just run the "nscd" daemon) but at
least it should keep curl from failing in Nixpkgs downloads.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11487
2008-04-08 12:28:03 +00:00
Eelco Dolstra
8a60c1726d
* Removed some unused files.
...
svn path=/nixpkgs/trunk/; revision=11486
2008-04-08 10:44:06 +00:00
Ludovic Courtès
d0d98958d2
Python 2.5: Add GDBM support.
...
svn path=/nixpkgs/trunk/; revision=11485
2008-04-08 07:37:49 +00:00
Ludovic Courtès
1f161a2789
Add GDBM, a key/value database library.
...
svn path=/nixpkgs/trunk/; revision=11480
2008-04-06 23:18:25 +00:00
Marc Weber
1923d17a7d
gegl added (needs recent glibc)
...
svn path=/nixpkgs/trunk/; revision=11465
2008-04-04 20:57:09 +00:00
Eelco Dolstra
15a322f887
* php_unstable: caused nix-env to barf on FreeBSD.
...
svn path=/nixpkgs/trunk/; revision=11464
2008-04-04 18:49:49 +00:00
Marc Weber
9e83312bd1
svn path=/nixpkgs/trunk/; revision=11461
2008-04-04 16:58:19 +00:00
Marc Weber
b82c4debb8
Added babl (pixel image transformation library usesd by gegl)
...
svn path=/nixpkgs/trunk/; revision=11460
2008-04-04 15:11:27 +00:00
Ludovic Courtès
4a4e9a87f5
Add Bigloo, a fast Scheme compiler.
...
svn path=/nixpkgs/trunk/; revision=11458
2008-04-02 20:54:42 +00:00
Michael Raskin
a693c53ec4
Attempts to get LLVM-gcc working are not yet succesful; but builder-defs updates are useful.
...
svn path=/nixpkgs/trunk/; revision=11457
2008-04-02 19:55:40 +00:00
Marc Weber
0b6e4828cc
added php curl support
...
svn path=/nixpkgs/trunk/; revision=11446
2008-04-01 18:16:01 +00:00
Michael Raskin
bd9b19c180
GNU Fortran from GCC 4.2 works now
...
svn path=/nixpkgs/trunk/; revision=11442
2008-04-01 16:54:05 +00:00
Michael Raskin
9b67b4ba0f
Updated MPFR
...
svn path=/nixpkgs/trunk/; revision=11441
2008-04-01 16:53:18 +00:00
Tobias Hammerschmidt
87176f8dd3
doh
...
svn path=/nixpkgs/trunk/; revision=11321
2008-03-28 12:00:48 +00:00
Tobias Hammerschmidt
ff2fe8dce9
version update
...
svn path=/nixpkgs/trunk/; revision=11319
2008-03-28 11:58:36 +00:00
Ludovic Courtès
9ff94543d0
Add `doCheck = true' for GNU libcdio and GNU Idutils.
...
svn path=/nixpkgs/trunk/; revision=11308
2008-03-27 15:27:30 +00:00
Tobias Hammerschmidt
9f0f6cb5ec
version update
...
svn path=/nixpkgs/trunk/; revision=11297
2008-03-27 09:46:03 +00:00
Ludovic Courtès
62bcc0f821
Add `doCheck' for Guile-Lint and Guile-Library.
...
svn path=/nixpkgs/trunk/; revision=11289
2008-03-26 15:20:25 +00:00
Marc Weber
438f35dac0
removed wmii includeUnpack hack having been used to support old and new setup script
...
svn path=/nixpkgs/trunk/; revision=11270
2008-03-23 16:52:27 +00:00
Marc Weber
3bcb0f794f
still a missing piece
...
svn path=/nixpkgs/trunk/; revision=11256
2008-03-21 18:11:55 +00:00
Marc Weber
5a78bbfc9f
hash updated (hasktags)
...
svn path=/nixpkgs/trunk/; revision=11254
2008-03-21 16:24:04 +00:00
Marc Weber
94113ffd61
hsc2hs moved to the right place
...
svn path=/nixpkgs/trunk/; revision=11249
2008-03-21 03:54:50 +00:00
Marc Weber
1061800db4
added hsc2hs (makes interfacing C -> haskell easier)
...
svn path=/nixpkgs/trunk/; revision=11248
2008-03-21 01:24:43 +00:00
Eelco Dolstra
2cf0055092
* lcov 1.6.
...
svn path=/nixpkgs/trunk/; revision=11245
2008-03-20 18:51:07 +00:00
Ludovic Courtès
95f0e6a1a7
Differentiate between longDescription' and
description'.
...
svn path=/nixpkgs/trunk/; revision=11230
2008-03-20 14:35:03 +00:00
Michael Raskin
a3ea4c135b
Newer flex.
...
svn path=/nixpkgs/trunk/; revision=11213
2008-03-20 09:50:15 +00:00
Ludovic Courtès
420506d752
Guile: Add various fixes allowing the test suite to run.
...
svn path=/nixpkgs/trunk/; revision=11196
2008-03-19 08:42:30 +00:00
Arie Middelkoop
f7e6441399
Nix expression for EHC
...
to install:
nix-env -i ehc-svn
to run:
ehc-100 <your-haskell-file.hs>
svn path=/nixpkgs/trunk/; revision=11183
2008-03-18 13:44:27 +00:00
Eelco Dolstra
26a152653d
* Adde xpra. Doesn't quite work yet.
...
* Removed python_alts.
svn path=/nixpkgs/trunk/; revision=11161
2008-03-17 13:45:50 +00:00
Arie Middelkoop
85f6478f93
Almost working nix-expression for EHC
...
(it installs EHC but is not able to produce code)
svn path=/nixpkgs/trunk/; revision=11158
2008-03-17 11:59:12 +00:00
Arie Middelkoop
33cd1691a6
Removed some of the buildInputs for the LLVM nix-expression that are not required.
...
svn path=/nixpkgs/trunk/; revision=11157
2008-03-17 11:28:52 +00:00
Arie Middelkoop
c65d00efeb
LLVM compiler
...
Low Level Virtual Machine
http://www.llvm.org/
svn path=/nixpkgs/trunk/; revision=11156
2008-03-17 11:18:21 +00:00
Arie Middelkoop
f0729c16e9
Fixed a tiny mistake in the ghc-6.6 and ghc-6.8 wrapper generation.
...
It worked without the fix.
Hopefully it still works with the fix.
svn path=/nixpkgs/trunk/; revision=11128
2008-03-14 14:49:17 +00:00
Arie Middelkoop
6aa42a8021
New hash for uuagc.
...
svn path=/nixpkgs/trunk/; revision=11114
2008-03-14 08:49:24 +00:00
Marc Weber
5695543482
added 2 repos and renamed ghc_68_extra to ghc68extraLibs
...
svn path=/nixpkgs/trunk/; revision=11109
2008-03-13 22:55:18 +00:00
Ludovic Courtès
9433120f1f
Guile: Disable `doCheck' for now.
...
svn path=/nixpkgs/trunk/; revision=11107
2008-03-13 21:04:07 +00:00
Andres Löh
d1ea08359e
* added a preliminary nix expression for EHC, *DOESN'T WORK YET*
...
svn path=/nixpkgs/trunk/; revision=11104
2008-03-13 18:02:48 +00:00
Ludovic Courtès
c1389c4f36
Guile: Run the test suite.
...
Warning: This makes `nix-worker' hang at the very end of the process,
once "make install" has completed and all installed files have been
scanned for references.
svn path=/nixpkgs/trunk/; revision=11099
2008-03-13 14:18:29 +00:00
Marc Weber
68e08a006a
updated ghc pakcages (now contains gtk2hs and hdbc-postgresql)
...
introduced .meta.sourceWithTags (insteod of .passthru.sourceWithTags)
hack to get back all tags :-)
svn path=/nixpkgs/trunk/; revision=11092
2008-03-13 09:46:12 +00:00
Marc Weber
9d5e5ddc9e
yap prolog system added
...
svn path=/nixpkgs/trunk/; revision=11090
2008-03-13 01:13:53 +00:00
Michael Raskin
ae7274413b
Changed port in test-suite to avoid OpenFire port conflict during build.
...
svn path=/nixpkgs/trunk/; revision=11066
2008-03-11 20:58:29 +00:00
Marc Weber
eb06f31203
roadsend now supports fcgi
...
svn path=/nixpkgs/trunk/; revision=11064
2008-03-11 17:24:27 +00:00
Marc Weber
b35897972a
hasktags now supports literate haskell files
...
svn path=/nixpkgs/trunk/; revision=11063
2008-03-11 17:17:12 +00:00
Tobias Hammerschmidt
3d2fe2382f
updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse?
...
svn path=/nixpkgs/trunk/; revision=11055
2008-03-11 13:40:27 +00:00
Marc Weber
7e436db74d
updated bigloo (no longer requires hack)
...
svn path=/nixpkgs/trunk/; revision=11052
2008-03-11 10:08:19 +00:00
Ludovic Courtès
2d15d4c269
Augment `libxml2' setup hook to add XSL stylesheets to XML catalogs.
...
This allows, for instance, `docbook_xsl' to be visible (as part of
`$XML_CATALOG_FILES') by packages that use it as a build input.
svn path=/nixpkgs/trunk/; revision=11047
2008-03-11 08:42:26 +00:00
Armijn Hemel
c16b552bac
update liboil to 0.3.13 (and add some (new) missing deps)
...
add schroedinger, a free codec (might be moved to its own category instead of libs)
svn path=/nixpkgs/trunk/; revision=11043
2008-03-10 20:13:44 +00:00
Ludovic Courtès
7c7639a888
GNU Gnash 0.8.2, Agg 2.5.
...
svn path=/nixpkgs/trunk/; revision=11030
2008-03-10 09:48:17 +00:00
Marc Weber
bad0d45562
jdk updated to 1.5.0.15
...
updated bleeding edge stuff (should now work for the bulidfarm as well because
dist files are stored on my server)
moved experimental my_env into its own file
svn path=/nixpkgs/trunk/; revision=11026
2008-03-09 00:08:45 +00:00
Eelco Dolstra
5ebab60b5e
* Latest GTK+, glib, ATK, Pango, FreeType, Cairo, Fontconfig.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11017
2008-03-07 15:43:43 +00:00
Eelco Dolstra
4bd753eaeb
* Revert to pkg-config 0.22, even with the patch it changes the
...
Requires.private interpretation and I don't actually have a reason
to update to 0.23 anyway.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11015
2008-03-07 15:40:07 +00:00
Nicolas Pierron
aec4356a10
* Add swi-prolog without any options.
...
svn path=/nixpkgs/trunk/; revision=11003
2008-03-06 21:53:54 +00:00
Marc Weber
ddda0112e5
renamed bleeding_edge_* and createGhcWrapper -> ghc-wrapper
...
svn path=/nixpkgs/trunk/; revision=11001
2008-03-06 19:48:55 +00:00
Marc Weber
2d6940061e
revert of my last commit to stdenv-update nix-env -qa \* --out-path works for me again
...
- sorry for the inconvinience
svn path=/nixpkgs/branches/stdenv-updates/; revision=11000
2008-03-06 18:44:09 +00:00
Ludovic Courtès
d1ed48981c
Avahi: Make Qt4 support optional and configurable.
...
svn path=/nixpkgs/trunk/; revision=10997
2008-03-06 16:42:34 +00:00
Eelco Dolstra
2d948fed46
* Remove unused old versions.
...
svn path=/nixpkgs/trunk/; revision=10996
2008-03-06 16:42:25 +00:00
Eelco Dolstra
173ae78b85
* libpng 1.2.25.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10994
2008-03-06 16:22:41 +00:00
Eelco Dolstra
92f6176390
* pkg-config (note name change): updated to 0.23. Also, look in
...
share/pkgconfig in addition to lib/pkgconfig.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10993
2008-03-06 16:22:24 +00:00
Eelco Dolstra
f2f87036ce
* Revert to DBus 1.0.2; 1.1.20 is broken, it kills the X server when
...
you restart the daemon (http://bugs.gentoo.org/show_bug.cgi?id=206509 ).
svn path=/nixpkgs/trunk/; revision=10984
2008-03-06 13:02:04 +00:00
Sander van der Burg
7c266891be
Fixed typo
...
svn path=/nixpkgs/trunk/; revision=10983
2008-03-06 12:39:38 +00:00
Sander van der Burg
7eb1759d37
Upgraded WebDSL
...
svn path=/nixpkgs/trunk/; revision=10982
2008-03-06 12:31:39 +00:00
Marc Weber
1b51b70317
- fetchdarcs supports now partial
...
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
(darcs tested only by now)
- added experimental my_environment with example
svn path=/nixpkgs/trunk/; revision=10974
2008-03-06 02:46:29 +00:00
Marc Weber
328da81b30
- fetchdarcs supports now partial
...
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
(darcs tested only by now)
- added experimental my_environment with example
svn path=/nixpkgs/branches/stdenv-updates/; revision=10973
2008-03-06 01:58:13 +00:00
Eelco Dolstra
57d4f03ba8
* Make sure that zone.tab gets installed (NIXOS-56 regression).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10967
2008-03-05 15:33:37 +00:00
Eelco Dolstra
c65fa45df9
* Fix building when /var/lib/dbus doesn't exist.
...
svn path=/nixpkgs/trunk/; revision=10963
2008-03-05 14:37:06 +00:00
Ludovic Courtès
ddb9d11f1c
Add libcddb and GNU libcdio.
...
svn path=/nixpkgs/trunk/; revision=10960
2008-03-05 09:10:23 +00:00
Ludovic Courtès
8b34b723f7
Add GCC-UPC, a compiler for the UPC distributed shared memory language.
...
svn path=/nixpkgs/trunk/; revision=10956
2008-03-04 16:20:11 +00:00
Eelco Dolstra
167aa686ee
* DBus 1.1.20.
...
svn path=/nixpkgs/trunk/; revision=10945
2008-03-04 13:30:34 +00:00
Armijn Hemel
1be3f71528
update to 2.5.2
...
svn path=/nixpkgs/trunk/; revision=10934
2008-03-03 23:15:15 +00:00
Armijn Hemel
27540fd36e
update to 0.8.14 (warning: triggers OOo rebuild :-P )
...
svn path=/nixpkgs/trunk/; revision=10933
2008-03-03 22:07:25 +00:00
Michael Raskin
9f393398e2
Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcrypt
...
svn path=/nixpkgs/trunk/; revision=10928
2008-03-03 12:30:39 +00:00
Eelco Dolstra
f30f36104b
* Added Audacious, a fork of beep-media-player (which doesn't seem to
...
work very well after the Glibc update), plus its dependencies.
TODO: make an audacious-wrapper that lets Audacious find its plugins
automatically. Currently you have to install audacious-plugins and
symlink ~/.nix-profile/lib/audacious/* in
~/.local/share/audacious/Plugins.
svn path=/nixpkgs/trunk/; revision=10927
2008-03-03 10:55:20 +00:00
Armijn Hemel
73051b79b7
force a build without X for now. This should be made an option...soon.
...
svn path=/nixpkgs/trunk/; revision=10921
2008-03-02 22:12:27 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
d1742e6ca9
Added perl Font/TTF module.
...
svn path=/nixpkgs/trunk/; revision=10903
2008-03-02 12:33:32 +00:00
Tobias Hammerschmidt
b1ec2a1eb2
fixed ghc-6.6.1 and darcs
...
svn path=/nixpkgs/trunk/; revision=10901
2008-03-02 08:22:26 +00:00
Eelco Dolstra
55fd683572
* Mesa 7.0.3.
...
svn path=/nixpkgs/trunk/; revision=10898
2008-03-01 17:44:50 +00:00
Eelco Dolstra
1c65ea4e20
* Added expect.
...
svn path=/nixpkgs/trunk/; revision=10877
2008-02-27 15:48:53 +00:00
Sander van der Burg
48c61d0502
Some fixed to the GWT wrapper scripts
...
svn path=/nixpkgs/trunk/; revision=10875
2008-02-27 14:00:59 +00:00
Eelco Dolstra
46e26d7a9b
* Fix the JDK build on x86_64.
...
svn path=/nixpkgs/trunk/; revision=10871
2008-02-27 11:27:22 +00:00
Armijn Hemel
cfceb8f146
add gssdp
...
svn path=/nixpkgs/trunk/; revision=10867
2008-02-26 20:47:30 +00:00
Eelco Dolstra
d1b9dcd68f
* Added Emma, a Java code coverage tool.
...
svn path=/nixpkgs/trunk/; revision=10865
2008-02-26 15:48:14 +00:00
Eelco Dolstra
72e947949d
svn path=/nixpkgs/trunk/; revision=10864
2008-02-26 15:33:23 +00:00
Eelco Dolstra
65dcf5ffa4
* Fix jre, and some cleanups.
...
svn path=/nixpkgs/trunk/; revision=10863
2008-02-26 15:24:33 +00:00
Eelco Dolstra
2763f4d08c
* Workaround for this bug:
...
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373 .
svn path=/nixpkgs/trunk/; revision=10862
2008-02-26 14:56:22 +00:00
Eelco Dolstra
639f426905
* Moving stuff.
...
svn path=/nixpkgs/trunk/; revision=10861
2008-02-26 14:15:37 +00:00
Sander van der Burg
1974f19dff
Added smack library
...
svn path=/nixpkgs/trunk/; revision=10857
2008-02-26 09:07:12 +00:00
Sander van der Burg
80d4c9ed4a
Added gwt-dragdrop library
...
svn path=/nixpkgs/trunk/; revision=10856
2008-02-26 08:48:40 +00:00
Eelco Dolstra
421e413507
* Added Findbugs.
...
svn path=/nixpkgs/trunk/; revision=10854
2008-02-25 14:55:30 +00:00
Sander van der Burg
23622f6cda
Added gwt-widgets
...
svn path=/nixpkgs/trunk/; revision=10851
2008-02-25 12:45:17 +00:00
Eelco Dolstra
5ea761b23f
* Merged the last of the trunk, preparing for switch...
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Eelco Dolstra
48650ec463
* Doh!
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10843
2008-02-23 13:16:19 +00:00
Michael Raskin
34d02fef81
Fixes to builderDefs related to PATH_DELIMITER..
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10841
2008-02-23 07:26:34 +00:00
Eelco Dolstra
0ca9f88ebc
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10840
2008-02-23 06:05:44 +00:00
Michael Raskin
7d4bcaece1
Ported elfutils fixes from -stdenv-updates.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10839
2008-02-23 05:25:32 +00:00
Eelco Dolstra
2e92cabb37
* substitute: support patterns starting with a dash.
...
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Eelco Dolstra
359e488921
* WTF.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10835
2008-02-22 15:18:22 +00:00
Eelco Dolstra
59d88c1772
* Revert r10833, it doesn't really work. Instead build ghcboot
...
with Perl 5.8.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10834
2008-02-22 14:43:00 +00:00
Eelco Dolstra
d2d8d83f37
* A clever hack (due to Audrey Tang, see
...
http://consttype.blogspot.com/2007_07_01_archive.html ) around the
fact that Perl 5.10 no longer supports the $* variable, which GHC's
evil mangler requires.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10833
2008-02-22 14:09:29 +00:00
Ludovic Courtès
c18141227f
Add PyXML.
...
svn path=/nixpkgs/trunk/; revision=10832
2008-02-22 13:53:45 +00:00
Eelco Dolstra
3e72751bd9
* ghcboot was broken: the combination of patchelf and strip -S generates
...
broken binaries (NIXPKGS-85). Worked around by not stripping.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10831
2008-02-22 12:25:00 +00:00
Michael Raskin
6c20576972
Ported fixes for lsof and gw6c from stdenv-updates
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10825
2008-02-22 06:16:53 +00:00
Michael Raskin
8ea6496a10
-
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Eelco Dolstra
67c961fd63
* Merged -r10790:HEAD from the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10815
2008-02-21 17:34:03 +00:00
Eelco Dolstra
5e985bc375
* Perl 5.10.0, while we're at it.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10808
2008-02-21 16:19:09 +00:00
Ludovic Courtès
4050f8fa45
Add MPICH2, an implementation of the Message Passing Interface.
...
svn path=/nixpkgs/trunk/; revision=10807
2008-02-21 16:17:43 +00:00
Eelco Dolstra
af40c15c30
* Use CPAN mirrors.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10806
2008-02-21 15:52:31 +00:00
Ludovic Courtès
cee8b8ebac
Add GNU Texinfo 4.9, use it to produce GCC 4.x documentation.
...
svn path=/nixpkgs/trunk/; revision=10805
2008-02-21 15:34:56 +00:00
Eelco Dolstra
e12b421add
* Merged most of the stdenv-updates branch. Some stuff didn't
...
merge cleanly right away (kde-4, kernel stuff) so it should be
merged later. But the stdenv stuff is all there.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Eelco Dolstra
a1bcd5d936
* No idea what this was for.
...
svn path=/nixpkgs/trunk/; revision=10779
2008-02-20 13:07:11 +00:00
Tobias Hammerschmidt
182d10bca9
java 6 update 4, can someone confirm that amd64 works properly?
...
svn path=/nixpkgs/trunk/; revision=10770
2008-02-20 11:34:48 +00:00
Ludovic Courtès
401543289c
GNU Guile 1.8.4.
...
svn path=/nixpkgs/trunk/; revision=10764
2008-02-20 09:02:00 +00:00
Yury G. Kudryashov
805424e33f
libxklavier added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10749
2008-02-18 20:53:36 +00:00
Yury G. Kudryashov
f1459725b6
telepathy stuff
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10748
2008-02-18 20:53:23 +00:00
Yury G. Kudryashov
fc33ef9f7b
libraw1394: URL corrected
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10747
2008-02-18 20:53:11 +00:00
Yury G. Kudryashov
0aa0847307
added gnupg-1.x compatibility symlinks to gnupg-2.x, removed gnupg2 attr
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10746
2008-02-18 20:52:59 +00:00
Yury G. Kudryashov
0b2d493521
libarchive: 2.4.12 added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10745
2008-02-18 20:52:40 +00:00
Yury G. Kudryashov
343d3f0e4c
log4cxx: +boost
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10742
2008-02-18 20:51:56 +00:00
Yury G. Kudryashov
fefdde6209
liboil: URL corrected
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10741
2008-02-18 20:51:40 +00:00
Yury G. Kudryashov
f19180e9c2
ortp: 0.7.1 added (libjingle may need it)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10740
2008-02-18 20:51:25 +00:00
Yury G. Kudryashov
461b3197b5
enchant: using selectVersion
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10739
2008-02-18 20:51:07 +00:00
Yury G. Kudryashov
81429b0ac2
avahi: glib and qt4 support, 0.6.22 added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10737
2008-02-18 20:48:36 +00:00
Michael Raskin
96ddccf6b2
Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
2008-02-18 07:23:05 +00:00
Ludovic Courtès
3e7da32582
Flex 2.5.34.
...
svn path=/nixpkgs/trunk/; revision=10713
2008-02-16 19:12:55 +00:00
Ludovic Courtès
a2339db1b1
Libtool: Use `mirror://'.
...
svn path=/nixpkgs/trunk/; revision=10712
2008-02-15 21:47:55 +00:00
Ludovic Courtès
fdd7bdb6dc
GNU Libtool 1.5.26.
...
svn path=/nixpkgs/trunk/; revision=10711
2008-02-15 21:25:44 +00:00
Ludovic Courtès
9c3c9f94e5
Add Guile-Lint, a syntax and semantics checker for GNU Guile.
...
svn path=/nixpkgs/trunk/; revision=10710
2008-02-15 16:30:33 +00:00
Marc Weber
4122366233
added zlib support to PHP
...
svn path=/nixpkgs/trunk/; revision=10703
2008-02-15 11:12:56 +00:00
Michael Raskin
d607e902af
Forward port: ccache, FF3b3
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10694
2008-02-14 20:18:07 +00:00
Ludovic Courtès
dbc5fb085c
Add Aspell Esperanto dictionary.
...
svn path=/nixpkgs/trunk/; revision=10687
2008-02-14 13:39:03 +00:00
Eelco Dolstra
a65d6f9f59
* Emacs expects an alias called "nederlands" (not "dutch"), so provide
...
it.
svn path=/nixpkgs/trunk/; revision=10676
2008-02-14 10:26:17 +00:00
Ludovic Courtès
3925367ca2
Aspell: Use the `ASPELL_CONF' environment variable instead of patching Aspell.
...
A related change in `/etc/profile' will be checked in in the NixOS repository.
svn path=/nixpkgs/trunk/; revision=10672
2008-02-14 09:40:28 +00:00
Marc Weber
d884e1d0a6
fix c -> Cabal-1.2.3.0 the lib is found again
...
svn path=/nixpkgs/trunk/; revision=10669
2008-02-13 21:21:20 +00:00
Eelco Dolstra
89815eb9a0
* gcc-wrapper: Propagate the wrapped gcc, binutils and glibc to the
...
user environment. (NIXPKGS-63)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10664
2008-02-13 19:41:37 +00:00
Eelco Dolstra
5f45fb3ae9
* substitute() in stdenv: use the replace program instead of awful
...
sed hackery.
* Some indentation fixes in setup.sh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
2008-02-13 14:23:09 +00:00
Marc Weber
fe5caa2f0f
modified improved hasktags (can be removed when my changes are merged into ghc)
...
improved ghcs expression file Now you have tags for all libraries.
I still have to work on speed
svn path=/nixpkgs/trunk/; revision=10657
2008-02-13 11:15:08 +00:00
Sander van der Burg
6d4c13380b
Added google webtoolkit
...
svn path=/nixpkgs/trunk/; revision=10653
2008-02-13 08:43:38 +00:00
Michael Raskin
a25344377e
Ported ffmpeg_svn tarball link; fixes to iptables
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10651
2008-02-12 21:47:49 +00:00
Marc Weber
260c0c9c96
new version - annotated derivation proposal - used to install addtiontal /src
...
and /tag/ source code which to build up develop environments more easily ( TODO
make this optional for ghcWrapper )
svn path=/nixpkgs/trunk/; revision=10648
2008-02-12 16:24:02 +00:00
Ludovic Courtès
79cc1c7307
Add ccache, a compiler cache.
...
svn path=/nixpkgs/trunk/; revision=10644
2008-02-12 13:32:37 +00:00