perlPackages.gotofile: init at 0.005
This commit is contained in:
parent
4f07645f6f
commit
29fe085490
@ -8910,6 +8910,20 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gotofile = buildPerlPackage {
|
||||||
|
pname = "goto-file";
|
||||||
|
version = "0.005";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/E/EX/EXODIST/goto-file-0.005.tar.gz";
|
||||||
|
sha256 = "c6cdd5ee4a6cdcbdbf314d92a4f9985dbcdf9e4258048cae76125c052aa31f77";
|
||||||
|
};
|
||||||
|
buildInputs = [ Test2Suite ];
|
||||||
|
meta = {
|
||||||
|
description = "Stop parsing the current file and move on to a different one";
|
||||||
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
Graph = buildPerlPackage {
|
Graph = buildPerlPackage {
|
||||||
pname = "Graph";
|
pname = "Graph";
|
||||||
version = "0.9712";
|
version = "0.9712";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user