Merge pull request #169642 from WolfangAukang/TextMarkdown-fix
perlPackages.TextMarkdown: apply shortenPerlShebang
This commit is contained in:
commit
9ab16d5084
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue