summary refs log tree commit diff
path: root/pkgs-ng/system/all-packages-generic.fix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-11 16:13:13 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-11 16:13:13 +0000
commit5ce30ac868f05d04a8f7f68a84b6a6b0563ac9b6 (patch)
treebfc4d8a2d230d57ba29c5413610ef4ab236debd0 /pkgs-ng/system/all-packages-generic.fix
parentee09ff00ff65ab8677560be70db68a81c8cc74fb (diff)
* Added gqview.
svn path=/nixpkgs/trunk/; revision=497
Diffstat (limited to 'pkgs-ng/system/all-packages-generic.fix')
-rw-r--r--pkgs-ng/system/all-packages-generic.fix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs-ng/system/all-packages-generic.fix b/pkgs-ng/system/all-packages-generic.fix
index d7262dfa56a22..9ac251446180c 100644
--- a/pkgs-ng/system/all-packages-generic.fix
+++ b/pkgs-ng/system/all-packages-generic.fix
@@ -384,4 +384,12 @@
     alsa = alsaLib;
   };
 
+  gqview = (import ../applications/graphics/gqview) {
+    fetchurl = fetchurl;
+    stdenv = stdenv;
+    pkgconfig = pkgconfig;
+    gtk = gtk;
+    libpng = libpng;
+  };
+
 }