tweag / rules_nixpkgs

Rules for importing Nixpkgs packages into Bazel.
Apache License 2.0
285 stars 81 forks source link

Provide rules_pkg rpmbuild and git toolchain #412

Open malt3 opened 1 year ago

malt3 commented 1 year ago

Is your feature request related to a problem? Please describe.

rules_pkg depends on a rpmbuild toolchain to be available to package binaries as rpms in the pkg_rpm rule. There is a method to load rpmbuild from the host path (which is non-hermetic).

EDIT: rules_pkg also has a git toolchain. I think we could provide that as well. The same points apply.

Describe the solution you'd like

nixpkgs contains rpmbuild and could provide a rpmbuild toolchain as required by rules_pkg.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context

I would be happy to implement this (if the maintainers like the idea).

benradf commented 1 year ago

Hi @malt3, thanks for your interest in adding this functionality.

A pull request would be welcome. I'd suggest putting the new toolchains under toolchains/pkg/, and if you have the time to add an example as well, that would be great.