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>2004-04-06 17:47:34 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-04-06 17:47:34 +0000
commit32e4b9928d165f987120b235818d9151c7d6a165 (patch)
treedd6bbc9beef1f51bec66c111e5f36e652bfd91f9 /pkgs/system/all-packages-generic.nix
parent381c8b926a02b0919e80e12fdf9e7d4a344c1379 (diff)
downloadnixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar.gz
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar.bz2
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar.lz
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar.xz
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.tar.zst
nixpkgs-32e4b9928d165f987120b235818d9151c7d6a165.zip
* Added xchm, a Windows help viewer for X.
svn path=/nixpkgs/trunk/; revision=923
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 43fc629b712..b93a56252cf 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -459,6 +459,10 @@ rec {
     inherit fetchurl stdenv pkgconfig freetype expat;
   };
 
+  chmlib = (import ../development/libraries/chmlib) {
+    inherit fetchurl stdenv libtool;
+  };
+
   perlBerkeleyDB = (import ../development/perl-modules/BerkeleyDB) {
     inherit fetchurl stdenv perl db4;
   };
@@ -591,6 +595,10 @@ rec {
     inherit fetchurl stdenv perl;
   };
 
+  xchm = (import ../applications/misc/xchm) {
+    inherit fetchurl stdenv wxGTK chmlib;
+  };
+
   nxml = (import ../applications/editors/emacs/modes/nxml) {
     inherit fetchurl stdenv;
   };