add pinfo, a viewer for GNU info files for people who are used to sensible navigation in applications
svn path=/nixpkgs/trunk/; revision=4278
This commit is contained in:
parent
174a51334f
commit
79036a1c87
|
@ -0,0 +1,10 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pinfo-0.6.8";
|
||||
src = fetchurl {
|
||||
url = http://dione.cc/~pborys/software/pinfo/pinfo-0.6.8.tar.gz;
|
||||
md5 = "55feb4ebaa709b52bd00a15ed0fb52fb";
|
||||
};
|
||||
buildInputs = [ncurses];
|
||||
}
|
Loading…
Reference in New Issue