perlPackages.TextMarkdown: apply shortenPerlShebang

main
P. R. d. O 2 years ago
parent be9e3fdf7d
commit 51b0be3649
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
  1. 6
      pkgs/top-level/perl-packages.nix

@ -23223,7 +23223,11 @@ let
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/Text-Markdown-1.000031.tar.gz";
sha256 = "06y79lla8adkqhrs41xdddqjs81dcrh266b50mfbg37bxkawd4f1";
};
buildInputs = [ ListMoreUtils TestDifferences TestException ];
nativeBuildInputs = [ shortenPerlShebang ];
checkInputs = [ ListMoreUtils TestDifferences TestException ];
postInstall = ''
shortenPerlShebang $out/bin/Markdown.pl
'';
};
TextMarkdownHoedown = buildPerlModule {

Loading…
Cancel
Save