Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texlive: fix latexindent runtime #54518

Closed
wants to merge 1 commit into from
Closed

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.

@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

latexindent broken due to missing perl modules
2 participants