-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
jetbrains: replace overrideDerivation with overrideAttr #107344
jetbrains: replace overrideDerivation with overrideAttr #107344
Conversation
4c62759
to
e36c68e
Compare
This fixes error-checking of function arguments ( https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation), notably checking the license (NixOS#107250)
e36c68e
to
e794c8c
Compare
e794c8c
to
75641c0
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
(I created this PR, so naturally I'm in favor ;) ) |
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.
Code-wise it looks good to me
I was looking for another maintainer which can confirm that this works and does not break anything. |
Result of |
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.
LGTM
was able to build and launch clion.
Motivation for this change
This fixes error-checking of function arguments (
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation),
notably checking the license (#107250)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)