also add Xara here
svn path=/nixpkgs/trunk/; revision=5586
This commit is contained in:
parent
4377c4b1a9
commit
6a44834612
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue