don't forget to add pinfo here
svn path=/nixpkgs/trunk/; revision=4279
This commit is contained in:
parent
79036a1c87
commit
7a8161848f
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue