also add Xara here

svn path=/nixpkgs/trunk/; revision=5586
This commit is contained in:
Armijn Hemel 2006-07-04 23:51:41 +00:00
parent 4377c4b1a9
commit 6a44834612

View file

@ -2298,6 +2298,11 @@ rec {
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
};
xara = (import ../applications/graphics/xara) {
inherit fetchurl stdenv autoconf automake libtool gettext cvs wxGTK
pkgconfig libxml2 zip libpng libjpeg;
inherit (gtkLibs) gtk;
};
cdrtools = (import ../applications/misc/cdrtools) {
inherit fetchurl stdenv;
};