perlPackages.XMLTwig: install xml_grep tool

This commit is contained in:
Arnout Engelen 2020-01-12 15:01:31 +01:00
parent 82b54d4906
commit 8ff6ae6823

View File

@ -21056,6 +21056,10 @@ let
url = mirror://cpan/authors/id/M/MI/MIROD/XML-Twig-3.52.tar.gz;
sha256 = "1bc0hrz4jp6199hi29sdxmb9gyy45whla9hd19yqfasgq8k5ixzy";
};
postInstall = ''
mkdir -p $out/bin
cp tools/xml_grep/xml_grep $out/bin
'';
propagatedBuildInputs = [ XMLParser ];
doCheck = false; # requires lots of extra packages
};