-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fix texlive on darwin #19800
Fix texlive on darwin #19800
Conversation
@mikesperber, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tohl, @edolstra and @vcunat to be potential reviewers. |
ping @vbgl @matthewbauer @LnL7 |
cc @acowley |
] | ||
++ stdenv.lib.optional stdenv.isLinux [ "bindings/glibc" "zlib" "wildcard" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optionals
, please, to avoid nested lists.
Clisp depended on libffcall, which does not compile on Darwin. The dependency is optional though, so omit it on Darwin. Also, make conditional transitive dependencies on libffcall.
... as the build process invokes iconv.
Thanks for the review! Done. |
It's not perfect, apparently: #20062 |
Motivation for this change
texlive-2016 would not build on Darwin.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)