also add Xara here
svn path=/nixpkgs/trunk/; revision=5586
This commit is contained in:
parent
4377c4b1a9
commit
6a44834612
@ -2298,6 +2298,11 @@ rec {
|
|||||||
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
|
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) {
|
cdrtools = (import ../applications/misc/cdrtools) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user