perlPackages.TextMarkdown: apply shortenPerlShebang

This commit is contained in:
P. R. d. O 2022-04-21 16:22:22 -06:00
parent be9e3fdf7d
commit 51b0be3649
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

View file

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