Peter Simons
0ee3317bc5
boost: added version 1.36.0
...
Also added support for expat library (used by the graph library). This package
should probably be built on the compile farm because it takes quite a while to
complete, even on a fast machine. Having pre-built binaries would be very nice.
svn path=/nixpkgs/trunk/; revision=12702
2008-08-25 10:00:46 +00:00
Marc Weber
57d4d2d830
redland libxml2 missing fix
...
svn path=/nixpkgs/trunk/; revision=12659
2008-08-19 12:36:13 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Michael Raskin
65ce0411d8
Make all-packages.nix instantiatable again (problem was with *Base packages that were only supposed as .meta.function carriers, so some critical arguments were omitted)
...
svn path=/nixpkgs/trunk/; revision=12628
2008-08-14 22:18:44 +00:00
Eelco Dolstra
7493ae8010
* Added convertlit, a tool for converting Microsoft Reader ebooks,
...
plus its dependency libtommath.
svn path=/nixpkgs/trunk/; revision=12606
2008-08-12 19:57:35 +00:00
Pjotr Prins
07595b0397
Introduced biolib package
...
svn path=/nixpkgs/trunk/; revision=12535
2008-08-07 15:01:21 +00:00
Andres Löh
e53cbfbeae
* added Haskell editline library
...
svn path=/nixpkgs/trunk/; revision=12455
2008-07-31 12:38:09 +00:00
Andres Löh
25fa56e74f
* updated the ghc HEAD snapshot
...
svn path=/nixpkgs/trunk/; revision=12454
2008-07-31 12:36:47 +00:00
Ludovic Courtès
2a5a982ad1
Add Crypto++, a C++ cryptography library.
...
svn path=/nixpkgs/trunk/; revision=12444
2008-07-29 14:26:03 +00:00
Peter Simons
a16eebd0a6
Cosmetic, no functional change intended.
...
This patch moves curly braces to the end of the line, i.e.
foo = {
...
};
instead of the previously used style:
foo =
{
...
};
I commit this change hoping that my contributions to this project now conform
to the rules described in maintainers/docs/coding-conventions.txt so that the
self-appointed indention sheriff of the NixOS community can finally get off my
back and rest assured knowing that all i's are dotted and all t's are crossed.
svn path=/nixpkgs/trunk/; revision=12386
2008-07-18 20:11:25 +00:00
Ludovic Courtès
de9bbc1aa5
Libspectre 0.2.0, a PostScript rendering library.
...
svn path=/nixpkgs/trunk/; revision=12375
2008-07-17 19:43:11 +00:00
Ludovic Courtès
8d32e65de6
Poppler 0.8.4.
...
svn path=/nixpkgs/trunk/; revision=12372
2008-07-17 15:02:57 +00:00
Peter Simons
8d7fe32a0e
maude, tecla, buddy: new packages
...
Maude is a high-level specification language. Buddy and libtecla are required
to build Maude.
svn path=/nixpkgs/trunk/; revision=12358
2008-07-15 09:58:30 +00:00
Peter Simons
db8241e430
gmp: added flag to enable building the cxx library (enabled by default)
...
svn path=/nixpkgs/trunk/; revision=12357
2008-07-15 09:58:11 +00:00
Peter Simons
5f8571613d
glibcUnstable: added low-priority expression for the latest glibc 2.8 snapshot
...
svn path=/nixpkgs/trunk/; revision=12315
2008-07-07 23:11:53 +00:00
Wouter den Breejen
df8ae9639a
More mirrors / updates . . .
...
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +00:00
Peter Simons
cff0831471
tk: update to 8.4.18
...
svn path=/nixpkgs/trunk/; revision=12295
2008-07-07 11:46:01 +00:00
Eelco Dolstra
c8f3bf4e24
* Export a symbol that OpenOffice needs.
...
svn path=/nixpkgs/trunk/; revision=12254
2008-07-04 05:53:41 +00:00
Eelco Dolstra
d051b20a39
* Graphviz updated to 2.20.2. Now built with fontconfig, gd and pango
...
support.
* New function makeFontsConf to generate a fontconfig configuration
file. Moved from NixOS.
* dot2pdf: use makeFontsConf to generate a fonts.conf containing just
the Ghostscript fonts (see NIXPKGS-29).
* dot2pdf: generate PDF directly, don't go through PS. Note that this
and using fontconfig changes the interpretation of "fontname"
attributes in dot graphs.
svn path=/nixpkgs/trunk/; revision=12251
2008-07-03 14:27:19 +00:00
Ludovic Courtès
a81701cd79
Add GNU lightning, a run-time code generation library.
...
svn path=/nixpkgs/trunk/; revision=12237
2008-07-01 14:47:49 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Michael Raskin
9b67b4ba0f
Updated MPFR
...
svn path=/nixpkgs/trunk/; revision=11441
2008-04-01 16:53:18 +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
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
Ludovic Courtès
95f0e6a1a7
Differentiate between longDescription' and
description'.
...
svn path=/nixpkgs/trunk/; revision=11230
2008-03-20 14:35:03 +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
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
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
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
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
Eelco Dolstra
167aa686ee
* DBus 1.1.20.
...
svn path=/nixpkgs/trunk/; revision=10945
2008-03-04 13:30:34 +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
Eelco Dolstra
55fd683572
* Mesa 7.0.3.
...
svn path=/nixpkgs/trunk/; revision=10898
2008-03-01 17:44:50 +00:00
Armijn Hemel
cfceb8f146
add gssdp
...
svn path=/nixpkgs/trunk/; revision=10867
2008-02-26 20:47:30 +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
Sander van der Burg
23622f6cda
Added gwt-widgets
...
svn path=/nixpkgs/trunk/; revision=10851
2008-02-25 12:45:17 +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
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
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
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
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
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
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
Ludovic Courtès
c81efcdedb
Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library.
...
svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
Ludovic Courtès
a30e268cb7
Add mpg321, libao and libid3tag; upgrade libmad.
...
svn path=/nixpkgs/trunk/; revision=10626
2008-02-11 21:02:38 +00:00
Eelco Dolstra
1e7824a683
* Use a tarball for ffmpeg_svn.
...
svn path=/nixpkgs/trunk/; revision=10620
2008-02-10 23:00:58 +00:00
Yury G. Kudryashov
270646012a
qt-4: sha256 update. May be, they export some external repo?
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10617
2008-02-10 17:42:20 +00:00
Yury G. Kudryashov
40e41fe362
redland: more dependencies
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10615
2008-02-10 17:42:11 +00:00
Yury G. Kudryashov
1cf8a9d0ed
readline5: shared, using sha256
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10613
2008-02-10 17:42:02 +00:00
Yury G. Kudryashov
c3193c538a
sqlite: 3.5.6 added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10612
2008-02-10 17:41:58 +00:00
Yury G. Kudryashov
6e337bd44d
libxslt: propagating libxml2
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10609
2008-02-10 17:41:40 +00:00
Yury G. Kudryashov
cc0430ca4b
gettext: shared
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10608
2008-02-10 17:41:35 +00:00
Yury G. Kudryashov
0a270d49e7
libsigsegv: shared
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10607
2008-02-10 17:41:29 +00:00
Yury G. Kudryashov
80d81c1a82
Ncurses: more compatibility .la's
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10604
2008-02-10 17:41:10 +00:00
Yury G. Kudryashov
734a1b39e0
added SDL_net, some minor modifications to SDL_image and SDL_mixer
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10595
2008-02-10 17:40:00 +00:00
Yury G. Kudryashov
7d7f290d70
Add `avahi' package.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10594
2008-02-10 17:39:52 +00:00
Yury G. Kudryashov
156b7f93ef
* Updated Apache-related packages.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10589
2008-02-10 17:39:07 +00:00
Yury G. Kudryashov
d8688a1eb9
* Reiser4 stuff.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10586
2008-02-10 17:38:36 +00:00
Yury G. Kudryashov
f27c53669a
Fixed wish in Tk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10584
2008-02-10 17:38:12 +00:00
Yury G. Kudryashov
63e46d78d0
Fixed stable socat (applied patch by Nicolas Pierron); updated Tk installation step for XMaxima compatibility
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10576
2008-02-10 17:36:23 +00:00
Yury G. Kudryashov
8a3676ebf6
qt-4: updated to 772114
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10571
2008-02-10 17:35:17 +00:00
Yury G. Kudryashov
f4eda0eb22
ilbc and msilbc libraries added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10570
2008-02-10 17:35:03 +00:00
Yury G. Kudryashov
a4512a4a49
Mediastreamer: compilable
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10569
2008-02-10 17:34:49 +00:00
Marc Weber
248004a624
fcgi library added
...
svn path=/nixpkgs/trunk/; revision=10552
2008-02-08 10:54:56 +00:00
Michael Raskin
c264b316b1
Some updates. Now I can build system at least with some settings.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10551
2008-02-08 10:39:20 +00:00
Yury G. Kudryashov
58d6720165
added mediastreamer (failed to build now)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10539
2008-02-07 11:07:27 +00:00
Yury G. Kudryashov
dd184fa88d
erlang and libsigsegv upgraded
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10537
2008-02-07 10:43:05 +00:00
Tobias Hammerschmidt
aa1f102e1c
added SDL_net, some minor modifications to SDL_image and SDL_mixer
...
svn path=/nixpkgs/trunk/; revision=10528
2008-02-06 21:17:42 +00:00
Ludovic Courtès
b60e822bfb
Add `avahi' package.
...
svn path=/nixpkgs/trunk/; revision=10527
2008-02-06 19:36:12 +00:00
Yury G. Kudryashov
410197a734
ffmpeg: new has, more features
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10524
2008-02-06 19:01:01 +00:00
Yury G. Kudryashov
1bd8ddd18e
a52dec: nix-expr review, shared build
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10523
2008-02-06 19:00:56 +00:00
Yury G. Kudryashov
112024a954
libavc1394: propagating libraw1394
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10522
2008-02-06 19:00:51 +00:00
Yury G. Kudryashov
da2e5a04c0
libiec61883: propagating libraw1394
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10521
2008-02-06 19:00:46 +00:00
Yury G. Kudryashov
4f5f90015f
libraw1394: 1.3.0
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10520
2008-02-06 19:00:41 +00:00
Yury G. Kudryashov
2e3480708a
liboil, libosip2 and libeXosip2 added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10517
2008-02-06 19:00:22 +00:00
Yury G. Kudryashov
7c1e5d4200
libdv: more flags
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10516
2008-02-06 19:00:15 +00:00
Yury G. Kudryashov
2d2aef01a5
gstreamer moved to development/libraries/gstreamer, base and good plugins added.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10515
2008-02-06 19:00:04 +00:00
Eelco Dolstra
cb0c387ce2
* Updated Apache-related packages.
...
svn path=/nixpkgs/trunk/; revision=10502
2008-02-05 11:41:49 +00:00
Eelco Dolstra
9f2711c674
* Reiser4 stuff.
...
svn path=/nixpkgs/trunk/; revision=10498
2008-02-04 14:37:15 +00:00
Michael Raskin
3ba61eafa7
Fixed wish in Tk
...
svn path=/nixpkgs/trunk/; revision=10496
2008-02-04 14:24:40 +00:00
Michael Raskin
540214e9fd
Fixed stable socat (applied patch by Nicolas Pierron); updated Tk installation step for XMaxima compatibility
...
svn path=/nixpkgs/trunk/; revision=10482
2008-02-03 14:17:22 +00:00
Yury G. Kudryashov
465316c02b
gtk-libs-2.6 removed
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10479
2008-02-03 13:19:03 +00:00
Yury G. Kudryashov
00af084c1c
glibmm and gtkmm moved into gtkLibs
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10478
2008-02-03 13:18:37 +00:00
Yury G. Kudryashov
2ca177e6ae
cairomm added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10477
2008-02-03 13:18:15 +00:00
Yury G. Kudryashov
09e96afbda
gtk-libs-2.10: other syntax
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10475
2008-02-03 13:17:41 +00:00
Yury G. Kudryashov
598199c93d
Removed unused gtkLibs28
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10474
2008-02-03 13:17:25 +00:00
Yury G. Kudryashov
0032a3245e
Moved gtk-libs-x.xx to gtk-libs/x.xx
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10473
2008-02-03 13:17:07 +00:00
Yury G. Kudryashov
702786d80e
Unused dbus_x directory removed
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10472
2008-02-03 13:16:32 +00:00
Yury G. Kudryashov
cb4d31fcf9
Removed old (2.2 and 2.4) gtk-libs
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10471
2008-02-03 13:16:20 +00:00
Yury G. Kudryashov
e0d1a17680
dbus: fixed a typo
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10466
2008-02-02 20:42:36 +00:00
Yury G. Kudryashov
1a12f687e2
dbus-glib: propagating glib
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10465
2008-02-02 20:42:13 +00:00
Yury G. Kudryashov
aa4d93482d
D-Bus splitted into two packages: dbus.libs and dbus.tools
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10461
2008-02-02 20:41:06 +00:00
Yury G. Kudryashov
74d3d736f5
Removed unused patches (libexif, libgphoto2)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10459
2008-02-02 20:40:39 +00:00
Yury G. Kudryashov
56e0a4b43a
libgphoto2: removed unneeded gettext dependency
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10458
2008-02-02 20:40:23 +00:00
Yury G. Kudryashov
a20bd6bfa9
libexif: removed unneeded gettext dependency
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10457
2008-02-02 20:40:05 +00:00
Yury G. Kudryashov
d52ed394ae
gettext: removed old versions, added 0.17
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10454
2008-02-02 20:39:21 +00:00
Yury G. Kudryashov
45b91c969c
gettext: using selectVersion
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10453
2008-02-02 20:39:12 +00:00
Yury G. Kudryashov
fbfab88e04
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov
5bca69ac34
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Yury G. Kudryashov
316b5505cd
Added aterm 2.5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10381
2008-01-29 13:17:02 +00:00
Sander van der Burg
87ff8a8869
Added aterm 2.5
...
svn path=/nixpkgs/trunk/; revision=10370
2008-01-29 09:32:56 +00:00
Yury G. Kudryashov
40383877a9
Revert "boost: compiles with gcc-4.2": it is not needed in trunk
...
This reverts commit 10327.
svn path=/nixpkgs/trunk/; revision=10368
2008-01-28 20:25:21 +00:00
Yury G. Kudryashov
a76f4ff7e2
Reverted default gettext to 0.14.6
...
svn path=/nixpkgs/trunk/; revision=10366
2008-01-28 20:01:12 +00:00
Yury G. Kudryashov
3d2853cc3f
Added some telepathy+tapioca stuff.
...
svn path=/nixpkgs/trunk/; revision=10360
2008-01-28 19:49:44 +00:00
Yury G. Kudryashov
074ec5902a
loudmouth library added
...
svn path=/nixpkgs/trunk/; revision=10359
2008-01-28 19:49:25 +00:00
Yury G. Kudryashov
1d493837f4
ortp added
...
svn path=/nixpkgs/trunk/; revision=10358
2008-01-28 19:49:08 +00:00
Yury G. Kudryashov
8e2d3fca62
dbus-glib nix-expr syntax changed
...
svn path=/nixpkgs/trunk/; revision=10356
2008-01-28 19:48:44 +00:00
Yury G. Kudryashov
bd5f1ecd99
indilib added
...
svn path=/nixpkgs/trunk/; revision=10352
2008-01-28 19:47:23 +00:00
Yury G. Kudryashov
9860dc8ed8
libnova added
...
svn path=/nixpkgs/trunk/; revision=10351
2008-01-28 19:47:12 +00:00
Yury G. Kudryashov
c079c14928
cfitsio added
...
svn path=/nixpkgs/trunk/; revision=10350
2008-01-28 19:46:59 +00:00
Yury G. Kudryashov
a388688509
libarchive added
...
svn path=/nixpkgs/trunk/; revision=10349
2008-01-28 19:46:38 +00:00
Yury G. Kudryashov
8e8e7f8827
More dependencies for gpgme
...
svn path=/nixpkgs/trunk/; revision=10347
2008-01-28 19:46:13 +00:00
Yury G. Kudryashov
cb97c35267
libunwind added
...
svn path=/nixpkgs/trunk/; revision=10345
2008-01-28 19:45:30 +00:00
Yury G. Kudryashov
bf29533257
iniparser library added
...
svn path=/nixpkgs/trunk/; revision=10344
2008-01-28 19:45:19 +00:00
Yury G. Kudryashov
4fe93e1b9a
Added libksba
...
svn path=/nixpkgs/trunk/; revision=10342
2008-01-28 19:44:20 +00:00
Yury G. Kudryashov
3dc7ffcfa8
libassuan added
...
svn path=/nixpkgs/trunk/; revision=10341
2008-01-28 19:43:37 +00:00
Yury G. Kudryashov
3b04368401
pth added
...
svn path=/nixpkgs/trunk/; revision=10340
2008-01-28 19:43:03 +00:00
Yury G. Kudryashov
6417110fb5
Propagating inputs of heimdal
...
svn path=/nixpkgs/trunk/; revision=10339
2008-01-28 19:42:33 +00:00
Yury G. Kudryashov
e075391df6
xine-lib: 1.1.9.1, more features, all features made mandatory.
...
svn path=/nixpkgs/trunk/; revision=10338
2008-01-28 19:42:09 +00:00
Yury G. Kudryashov
08d38f7097
gamin added
...
svn path=/nixpkgs/trunk/; revision=10337
2008-01-28 19:41:55 +00:00
Yury G. Kudryashov
b40d1ace2e
Heimdal Kerberos added
...
svn path=/nixpkgs/trunk/; revision=10336
2008-01-28 19:41:25 +00:00
Yury G. Kudryashov
296936ed73
Added JasPer JPEG 2000 library
...
svn path=/nixpkgs/trunk/; revision=10335
2008-01-28 19:41:03 +00:00
Yury G. Kudryashov
4625fd0843
openal-soft: 1.1.93
...
svn path=/nixpkgs/trunk/; revision=10334
2008-01-28 19:40:43 +00:00
Yury G. Kudryashov
ef603be3d1
redland: upgraded to 1.0.7
...
svn path=/nixpkgs/trunk/; revision=10330
2008-01-28 19:38:32 +00:00
Yury G. Kudryashov
45426906f0
xine-lib: added pkg-config
...
svn path=/nixpkgs/trunk/; revision=10329
2008-01-28 19:38:08 +00:00
Yury G. Kudryashov
68cf3dddcc
xine-lib: now compiles with 2.6.23 headers
...
svn path=/nixpkgs/trunk/; revision=10328
2008-01-28 19:37:36 +00:00
Yury G. Kudryashov
1e072c634d
boost: compiles with gcc-4.2
...
svn path=/nixpkgs/trunk/; revision=10327
2008-01-28 19:36:57 +00:00
Yury G. Kudryashov
36eb082dab
openalSoft: nix-expr cleanup
...
svn path=/nixpkgs/trunk/; revision=10325
2008-01-28 19:35:40 +00:00
Yury G. Kudryashov
b3cd1e644a
Changed version-related syntax in python, gettext and ocaml
...
svn path=/nixpkgs/trunk/; revision=10316
2008-01-28 19:30:57 +00:00
Yury G. Kudryashov
0aef28a212
Rewritten gettext-version stuff.
...
I've added listOfListsToAttrs to lib because I don't like to type "name =" and
"value =".
svn path=/nixpkgs/trunk/; revision=10315
2008-01-28 19:30:13 +00:00
Yury G. Kudryashov
bc5974fb89
Changed syntax of getVersion
...
svn path=/nixpkgs/trunk/; revision=10314
2008-01-28 19:29:28 +00:00
Yury G. Kudryashov
9b2659eec7
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Yury G. Kudryashov
5ff29bb2c9
qt4 sha256-sum corrected
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10291
2008-01-25 12:56:32 +00:00
Andres Löh
4a49a7befc
* gtk2hs switched to ghc-6.8.2 (but still not following the scheme of the other Haskell libs)
...
* HDBC with postgresql and sqlite3 drivers added
svn path=/nixpkgs/trunk/; revision=10287
2008-01-25 12:42:07 +00:00
Yury G. Kudryashov
da57804fff
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Yury G. Kudryashov
4de89f61b0
Added some telepathy+tapioca stuff.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10266
2008-01-23 16:34:33 +00:00
Yury G. Kudryashov
b02b328b9c
loudmouth library added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10265
2008-01-23 16:34:21 +00:00
Yury G. Kudryashov
0b1b74ee44
ortp added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10264
2008-01-23 16:33:59 +00:00
Yury G. Kudryashov
b20f6b4cae
dbus-glib nix-expr syntax changed
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10261
2008-01-23 16:33:41 +00:00
Andres Löh
1e1707f61c
* uuagc and uulib are now using ghc-6.8.2
...
svn path=/nixpkgs/trunk/; revision=10255
2008-01-23 08:36:03 +00:00
Andres Löh
84e7b463f5
* converted happy and haddock to use generic Cabal builder
...
svn path=/nixpkgs/trunk/; revision=10252
2008-01-22 21:10:19 +00:00
Andres Löh
021e9b704b
* small fix for the generic Cabal builder
...
* added Crypto and pcre-light packages
svn path=/nixpkgs/trunk/; revision=10250
2008-01-22 19:02:55 +00:00
Andres Löh
d8694e68eb
* added generic Cabal builder
...
* transformed zlib, vty, binary, X11 to use generic Cabal builder
* note that Cabal library packages are now by default prefixed with "haskell-"
svn path=/nixpkgs/trunk/; revision=10247
2008-01-22 16:26:57 +00:00
Yury G. Kudryashov
9ba0ec1be9
indilib added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10239
2008-01-22 13:08:59 +00:00
Yury G. Kudryashov
149678e9b6
libnova added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10238
2008-01-22 13:08:51 +00:00
Yury G. Kudryashov
e35275ae61
cfitsio added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10237
2008-01-22 13:08:39 +00:00
Yury G. Kudryashov
dc2b4f3ec7
libarchive added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10236
2008-01-22 13:08:32 +00:00
Andres Löh
d223784b0e
* added vty package for ghc
...
svn path=/nixpkgs/trunk/; revision=10228
2008-01-19 16:42:42 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Andres Löh
9758a20f67
* added binary, a serialisation package for Haskell
...
svn path=/nixpkgs/trunk/; revision=10207
2008-01-17 16:54:48 +00:00
Andres Löh
4e975c04d6
* added zlib bindings for Haskell
...
svn path=/nixpkgs/trunk/; revision=10206
2008-01-17 15:57:26 +00:00
Yury G. Kudryashov
54e429d6e1
More dependencies for gpgme
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10196
2008-01-17 13:01:31 +00:00
Yury G. Kudryashov
8db01883b8
libunwind added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10194
2008-01-17 13:00:51 +00:00
Yury G. Kudryashov
4eeee85ad1
iniparser library added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10193
2008-01-17 13:00:21 +00:00
Yury G. Kudryashov
8e119adbb9
Added libksba
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10191
2008-01-17 12:59:06 +00:00
Yury G. Kudryashov
66cba1e312
libassuan added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10190
2008-01-17 12:58:31 +00:00
Yury G. Kudryashov
1ba2194228
pth added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10189
2008-01-17 12:58:07 +00:00
Yury G. Kudryashov
fa5891aa62
Propagating inputs of heimdal
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10188
2008-01-17 12:57:56 +00:00
Yury G. Kudryashov
f96a98c9d8
xine-lib: 1.1.9.1, more features.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10187
2008-01-17 12:57:34 +00:00
Marc Weber
817d45cb23
fix (now installs into ;)
...
svn path=/nixpkgs/trunk/; revision=10183
2008-01-17 00:34:19 +00:00
Andres Löh
c08a54cb66
* added xmonad (runtime reconfiguration does not yet work)
...
* added Haskell X11 bindings (required for xmonad)
* added missing entry for alex in all-packages.nix
svn path=/nixpkgs/trunk/; revision=10171
2008-01-16 10:35:49 +00:00
Marc Weber
dc2769ded8
glew added
...
svn path=/nixpkgs/trunk/; revision=10164
2008-01-16 02:20:46 +00:00
Yury G. Kudryashov
fa4e1290dc
gamin added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10163
2008-01-16 00:07:21 +00:00
Yury G. Kudryashov
9b6e1c8c08
Heimdal Kerberos added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10162
2008-01-16 00:07:02 +00:00
Yury G. Kudryashov
0a1ad1080c
Added JasPer JPEG 2000 library
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10160
2008-01-16 00:06:38 +00:00
Yury G. Kudryashov
9e0a642955
freeglut: gcc-4.2 related patch
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10159
2008-01-16 00:06:31 +00:00
Yury G. Kudryashov
6e8ff2b24b
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155
2008-01-15 14:32:10 +00:00
Yury G. Kudryashov
ef3bc23f98
openal-soft: 1.1.93
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10153
2008-01-15 01:42:41 +00:00
Yury G. Kudryashov
1094239661
qt-4: rev761061
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10147
2008-01-15 01:41:27 +00:00
Yury G. Kudryashov
6fb8f2c6b7
redland: upgraded to 1.0.7
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10146
2008-01-15 01:41:20 +00:00
Yury G. Kudryashov
a7703662a4
Merged with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Marc Weber
ff62213cec
kino (compiling but neither finding libX11 nor libghtread)
...
and libiec61883 (dependency)
added
svn path=/nixpkgs/trunk/; revision=10133
2008-01-13 15:21:21 +00:00
Marc Weber
50606f52be
libavc1394 added
...
svn path=/nixpkgs/trunk/; revision=10124
2008-01-12 21:43:14 +00:00
Marc Weber
0181562269
libraw1394 added
...
svn path=/nixpkgs/trunk/; revision=10121
2008-01-12 01:26:04 +00:00
Marc Weber
20b0e14c6f
libdv added
...
svn path=/nixpkgs/trunk/; revision=10111
2008-01-10 13:37:32 +00:00
Eelco Dolstra
e5a14db751
* Boehm GC updated to 7.0. Needed to get w3m to build on x86_64.
...
svn path=/nixpkgs/trunk/; revision=10082
2008-01-06 00:12:25 +00:00