don't forget to add pinfo here

svn path=/nixpkgs/trunk/; revision=4279
This commit is contained in:
Armijn Hemel 2005-11-13 15:03:49 +00:00
parent 79036a1c87
commit 7a8161848f

View File

@ -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;
};