-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Package Builder for dlang projects #66
base: main
Are you sure you want to change the base?
Conversation
f5f8d59
to
eeb8a20
Compare
…, and generate hashes
b126b79
to
062d517
Compare
Impressive work to do all this in such a short time, especially if you really did this all on your own time! However, I have an issue. I don't think we should include every DUB package as a nix derivation here. It means that anyone who clones this repo has to download all 2K+ of them. A script to generate them oneself is fine, if we want to go further we can make another repo to cache the generated DUB package derivations. ping @PetarKirov @monyarm . |
Thanks for your Pull Request! This comment will be updated automatically with the status of each package. |
ping @monyarm ping @PetarKirov |
@monyarm @PetarKirov What's the status on this one now? |
The goal of this PR is to create a package builder similiar to buildNpmPackage, buildRustPackage, buildGoPackage and others.
A loose summary of necessary subtasks would be:
See #64 for old version