gimp+php in all-packages
svn path=/nixpkgs/trunk/; revision=3808
This commit is contained in:
parent
ed24d488e3
commit
12e0b1016b
@ -604,6 +604,10 @@ rec {
|
|||||||
inherit fetchurl stdenv libsigsegv gettext;
|
inherit fetchurl stdenv libsigsegv gettext;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
php = (import ../development/interpreters/php) {
|
||||||
|
inherit stdenv fetchurl flex bison libxml2 apacheHttpd;
|
||||||
|
};
|
||||||
|
|
||||||
guile = (import ../development/interpreters/guile) {
|
guile = (import ../development/interpreters/guile) {
|
||||||
inherit fetchurl stdenv ncurses readline;
|
inherit fetchurl stdenv ncurses readline;
|
||||||
};
|
};
|
||||||
@ -1500,6 +1504,12 @@ rec {
|
|||||||
gtksharp = gtksharp1;
|
gtksharp = gtksharp1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gimp = (import ../applications/graphics/gimp) {
|
||||||
|
inherit fetchurl stdenv pkgconfig freetype libtiff libjpeg libpng libexif zlib perl perlXMLParser;
|
||||||
|
inherit (xlibs) fontconfig;
|
||||||
|
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
|
||||||
|
};
|
||||||
|
|
||||||
cdrtools = (import ../applications/misc/cdrtools) {
|
cdrtools = (import ../applications/misc/cdrtools) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user