-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
wsjtz: init at 2.7.0-rc7-1.43 #367971
wsjtz: init at 2.7.0-rc7-1.43 #367971
Conversation
Hi scd31 You need to set your package in Best Regards |
3f9c756
to
426498a
Compare
Hi, Also i think you can change your meta to :
Best Regards |
@liberodark Thank you for the feedback :3 it has been addressed! |
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.
Please make a separate commit for adding you as maintainer.
17966bd
to
51d6e98
Compare
feedback has been addressed :3 |
Please, rename the PR and the package commit as |
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.
Please re-order the commits per https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#Commit%20conventions. Specifically, the commit adding you as maintainer should come before changes to the package.
@GaetanLepage The commit is already named that but I updated the PR name @l1npengtul Are they not already in this order? My |
They are in the right order. Apologies, its been a long day >.< |
pkgs/by-name/ws/wsjtz/package.nix
Outdated
meta = with lib; { | ||
description = "WSJT-X fork, primarily focused on automation and enhanced functionality"; | ||
homepage = "https://sourceforge.net/projects/wsjt-z/"; | ||
license = lib.licenses.gpl3; | ||
platforms = platforms.linux; | ||
maintainers = with maintainers; [ | ||
scd31 | ||
]; | ||
mainProgram = "wsjtz"; | ||
}; | ||
}) |
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.
meta = with lib; { | |
description = "WSJT-X fork, primarily focused on automation and enhanced functionality"; | |
homepage = "https://sourceforge.net/projects/wsjt-z/"; | |
license = lib.licenses.gpl3; | |
platforms = platforms.linux; | |
maintainers = with maintainers; [ | |
scd31 | |
]; | |
mainProgram = "wsjtz"; | |
}; | |
}) | |
meta = { | |
description = "WSJT-X fork, primarily focused on automation and enhanced functionality"; | |
homepage = "https://sourceforge.net/projects/wsjt-z/"; | |
license = lib.licenses.gpl3; | |
platforms = lib.platforms.linux; | |
maintainers = with lib.maintainers; [ | |
scd31 | |
]; | |
mainProgram = "wsjtz"; | |
}; | |
}) |
The with lib;
pattern is discouraged.
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.
Fixed :3
1 package built:
|
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.
Yep, pasted the package into my personal nixcfg and it builds and launches fine. LGTM!
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 !
|
lib, | ||
}: | ||
|
||
wsjtx.overrideAttrs (old: rec { |
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.
Why the rec?
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.
Don't I need it because I'm defining version
and using it in the same block?
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.
Oh never mind.
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.
No worries :3 I'm super new to nix so I wanted to make sure I wasn't missing something
WSJT-Z is a fork of WSJT-X. It's used for ham radio stuff (mainly two-way digital communication). This fork is primarily designed for automation and quality-of-life improvements. Homepage: https://sourceforge.net/projects/wsjt-z/
My first nixpkgs PR :3
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.