summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-11 12:00:28 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-11 12:00:28 +0000
commita04773c876ef7196ce7597467eb0c79ccfc20216 (patch)
tree92a86503e687614cd3ca8ddc3b5d9009d2489de3 /pkgs/system/all-packages-generic.nix
parent888081886955c27e853ca05d3cc707f398784089 (diff)
downloadnixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar.gz
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar.bz2
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar.lz
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar.xz
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.tar.zst
nixpkgs-a04773c876ef7196ce7597467eb0c79ccfc20216.zip
* Added f-spot.
svn path=/nixpkgs/trunk/; revision=2380
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index b130d9791bd..ab6cf03b2e2 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1143,14 +1143,12 @@ rec {
     inherit (gtkLibs) gtk;
   };
 
-  /*
   fspot = (import ../applications/graphics/f-spot) {
     inherit fetchurl stdenv perl perlXMLParser pkgconfig mono
-            libexif libjpeg sqlite lcms;
+            libexif libjpeg sqlite lcms libgphoto2 monoDLLFixer;
     inherit (gnome) libgnome libgnomeui;
     gtksharp = gtksharp1;
   };
-  */
 
   hello = (import ../applications/misc/hello/ex-1) {
     inherit fetchurl stdenv perl;