mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 12:37:47 +00:00
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
10
pkgs/applications/misc/pinfo/default.nix
Normal file
10
pkgs/applications/misc/pinfo/default.nix
Normal file
@ -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
Block a user