mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
};
|
||||
|
||||
php = (import ../development/interpreters/php) {
|
||||
inherit stdenv fetchurl flex bison libxml2 apacheHttpd;
|
||||
};
|
||||
|
||||
guile = (import ../development/interpreters/guile) {
|
||||
inherit fetchurl stdenv ncurses readline;
|
||||
};
|
||||
@ -1500,6 +1504,12 @@ rec {
|
||||
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) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user