From 7a8161848f5c3e341204120c144e6d824bd6550f Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sun, 13 Nov 2005 15:03:49 +0000 Subject: [PATCH] don't forget to add pinfo here svn path=/nixpkgs/trunk/; revision=4279 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 511fa33cadf..9c24f6e6b2a 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1718,6 +1718,10 @@ rec { inherit fetchurl stdenv perl; }; + pinfo = (import ../applications/misc/pinfo) { + inherit fetchurl stdenv ncurses; + }; + xchm = (import ../applications/misc/xchm) { inherit fetchurl stdenv wxGTK chmlib; };