-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
crystal: 1.2.2 → 1.3.2 #156882
crystal: 1.2.2 → 1.3.2 #156882
Conversation
This is my first time trying to contribute to nix packages. I just bumped crystal version to 1.3.2 . I tried to build it using
but I don't see it when I build as |
Hi @dinko-pehar, I normally use something like:
for testing, hope it helps. (On the root of the repo with the changes checked out) Thanks for the merge request. :3 |
Yeah, I use that also, here is the whole output:
I don't see it when I do |
I apologize, I opened the wrong checkout and thought it was missing but it was an error on my part. |
No hurry, just help when you can and take a look. It's nothing urgent, I just don't understand why the build fails for me. Maybe it has something to do with |
This seems like a missing extra dependency that wasn't needed on previous versions. I was searching for that on nixpkgs and seems to require some env and
|
crystal-lang/crystal#11519 It's related to this. I must understand first what happens to be able to build it. |
There's a flake here with the latest crystal for inspiration: https://github.com/manveru/crystal-flake |
Please resolve the merge conflict. |
Closing this. I thought it would be a simple version bump, but due to my unfamiliarity with building Crystal from source, I didn't managed to build it. I'll try to contribute to some smaller packages at first in NixOS. My bad it took so long to respond 😞 |
Motivation for this change
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes