560f307623
- 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
8 lines
69 B
Bash
Executable file
8 lines
69 B
Bash
Executable file
set -e
|
|
|
|
. $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv batik-* $out/batik
|