-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
openrazer: init at 2.6.0 #64552
openrazer: init at 2.6.0 #64552
Conversation
Whatever the situation with the maintainer is, the addition to |
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.
Comments made in the other PR need to be addressed.
Oops! Must've resolved the wrong commit. To confirm: Do I need to rewrite all openrazer expressions in |
afcdd42
to
8a3e594
Compare
''; | ||
|
||
postBuild = '' | ||
DESTDIR="$out" PREFIX="" make manpages |
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.
Both this and above make
command make more sense in buildPhase
, because it's really the thing that builds it, not some pre/post action
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.
Between the rejected patch and postBuild
, I was unable to get this working within the normal buildPhase
. Any other thoughts on what might work?
Pretty much all the aforementioned changes have been made, thanks! The one blocker I have right now is the kernel module, and how to access the src submodule if part of this is being moved to That, and I'm still sort of new to modules and not sure how to deal with context: Though I'm assuming this is related to the split between |
Forgot to push? Because I can't see any changes :) |
Yeah, I thought about that after I posted 😀 Going to look it over once more and push for further review. |
8a3e594
to
8473f92
Compare
@FRidh Still a little lost on how this needs to be split between |
c509555
to
4624af7
Compare
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.
I think the changes look mostly good, but now the commit history should be cleaned up: an initial commit for adding the maintainer (which is okay with being added I hope), then a separate commit for each package, and a final one for the NixOS module
6cb967b
to
872b9b1
Compare
Otherwise, I can just add myself, and add them if they ask in the future 🤷♂ |
872b9b1
to
cf39c8f
Compare
Maybe it would be beneficial to update this PR to v2.6.0? |
Without any changes outside of removing the patch that was merged since 2.3.1, 2.6.0 seems to work fine without any other changes. @infinisil @FRidh Is bumping like this during PRs okay? |
Sounds fine to me, assuming you'll test the new version as well. I'd be fine without a bump too though, can always be updated later, and any package is better than none. |
Sounds good. Bumped and rebased using the commit order @infinisil requested and building once more to make sure it still runs. Building on master is fun 😴 |
cf39c8f
to
e9b167b
Compare
Okay, everything has been tested once more and verified running on 2.6.0, |
This looks good to me. @infinisil @FRidh any additional requests or can this be merged? |
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
hey guys, sorry for the bump but do you know how i could use an overlay to override the package's src ? |
Motivation for this change
Picking up on #47009
It would be nice to be able to configure Razer stuff from NixOS, etc
Things done
daemon to a system.
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)One question, though:
As this is in place of another PR that went silent, should I edit maintainers and just add myself? Not sure what the proper route is.