Skip to content

Commit

Permalink
perlPackages.XMLTwig: install xml_grep tool
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Mar 10, 2020
1 parent 82b54d4 commit 8ff6ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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
};
Expand Down

0 comments on commit 8ff6ae6

Please sign in to comment.