Added libraries:

- gtkmm: C++ bindings for gtk
  - glibmm: C++ bindings for glib
  - libsigc++ (C++)

Added applications:
  - Batik: SVG rasterizer (and more)
  - Inkscape: vector graphics drawing application

Upgraded:
  - boehm-gc


svn path=/nixpkgs/trunk/; revision=3792
This commit is contained in:
Martin Bravenboer
2005-09-07 14:57:30 +00:00
parent a7eba5ec59
commit 560f307623
9 changed files with 117 additions and 3 deletions
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "boehm-gc-6.3";
name = "boehm-gc-6.5";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gc6.3.tar.gz;
md5 = "8b37ee18cbeb1dfd1866958e280db871";
url = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.5.tar.gz;
md5 = "00bf95cdcbedfa7321d14e0133b31cdb";
};
}