perlPackages.gotofile: init at 0.005

This commit is contained in:
Graham Christensen 2021-02-19 11:12:18 -05:00
parent 4f07645f6f
commit 29fe085490
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -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 {
pname = "Graph";
version = "0.9712";