summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-01-31 14:22:08 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-01-31 14:22:08 +0000
commit6d76f21f43e20fcedac82028c6085edb965d475e (patch)
tree1adc07d2da38c84b4a1d6b69dbbc21021d1f7f8d /pkgs/system/all-packages-generic.nix
parentf102909a832bf366580d0b80cb24fe8b32c14332 (diff)
downloadnixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar.gz
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar.bz2
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar.lz
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar.xz
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.tar.zst
nixpkgs-6d76f21f43e20fcedac82028c6085edb965d475e.zip
add gphoto2
svn path=/nixpkgs/trunk/; revision=4638
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index f559c299a0a..551be095a01 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1977,6 +1977,10 @@ rec {
     inherit fetchurl stdenv ncurses;
   };
 
+  gphoto2 = (import ../applications/misc/gphoto2) {
+    inherit fetchurl stdenv pkgconfig libgphoto2 libexif popt;
+  };
+
   xchm = (import ../applications/misc/xchm) {
     inherit fetchurl stdenv wxGTK chmlib;
   };