* Added libexif and the exif frontend utility.
svn path=/nixpkgs/trunk/; revision=2376
This commit is contained in:
@@ -140,6 +140,10 @@ rec {
|
||||
inherit (xlibs) libXaw;
|
||||
};
|
||||
|
||||
exif = (import ../tools/graphics/exif) {
|
||||
inherit fetchurl stdenv pkgconfig libexif popt;
|
||||
};
|
||||
|
||||
hevea = (import ../tools/typesetting/hevea) {
|
||||
inherit fetchurl stdenv ocaml;
|
||||
};
|
||||
@@ -606,6 +610,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libexif = (import ../development/libraries/libexif) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
popt = (import ../development/libraries/popt) {
|
||||
inherit fetchurl stdenv gettext;
|
||||
};
|
||||
@@ -1123,6 +1131,13 @@ rec {
|
||||
inherit (gtkLibs) gtk;
|
||||
};
|
||||
|
||||
/*
|
||||
fspot = (import ../applications/graphics/f-spot) {
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig mono;
|
||||
inherit (gnome) libgnome libgnomeui;
|
||||
};
|
||||
*/
|
||||
|
||||
hello = (import ../applications/misc/hello/ex-1) {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user