Skip to content

texlive: fix latexindent runtime#54518

Closed
veprbl wants to merge 1 commit intoNixOS:masterfrom
veprbl:pr/fix_54452
Closed

texlive: fix latexindent runtime#54518
veprbl wants to merge 1 commit intoNixOS:masterfrom
veprbl:pr/fix_54452

Conversation

@veprbl
Copy link
Member

@veprbl veprbl commented Jan 23, 2019

latexindent currently fails due to missing perlPackages dependencies

Resolves: #35537

This was tested using

nix-shell -p "texlive.combine { inherit (texlive) scheme-minimal latexindent; }" \
  --pure --run latexindent

lib.closePropagation is deprecated, so we shouldn't use it, probably. Normally the closure would be constructed by adding packages to buildInputs and dumping resulting $PERL5LIB into the wrapper. This change will become much more obtrusive if I go that way.

@GrahamcOfBorg GrahamcOfBorg requested a review from vcunat January 23, 2019 23:47
@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Jan 23, 2019
@veprbl
Copy link
Member Author

veprbl commented Feb 17, 2019

This is no good. Should use buildPerlPackage instead.

@veprbl veprbl closed this Feb 17, 2019
@veprbl veprbl deleted the pr/fix_54452 branch April 28, 2019 16:56
@veprbl veprbl restored the pr/fix_54452 branch December 1, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

latexindent broken due to missing perl modules

2 participants