-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
openwebrx: 1.2.2 -> 1.2.82, switch to github.com/luarvique fork #401555
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
base: master
Are you sure you want to change the base?
Conversation
7d7f65a
to
54e9648
Compare
54e9648
to
c9db4dd
Compare
owner = "luarvique"; | ||
repo = "openwebrx"; | ||
rev = "0e13d5f290430d127cf0accd4e3c29e7435ee645"; | ||
hash = "sha256-fwU1aMsjMMiq3zffFs8tksnR5bhTdeoeDQTaaLM0p7M="; | ||
}; | ||
|
||
propagatedBuildInputs = [ |
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.
Use dependencies
instead of propagatedBuildInputs
? I'm not a Python person.
In #347566 I noticed that this fork supports even more decoders. Could you please add at least dablin
, hamlib
and multimon-ng
here? They're already available in nixpkgs. To verify you can check OpenWebRX' decoder status page.
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.
The decoders are detected on runtime and called as Unix commands from python.
They are not needed for the build.
Some users may want to run openwebrx
servers without some of the decoders.
How about removing the optional decoders and utilities from the build
and moving them to nixos/modules/services/web-apps/openwebrx.nix
?
9bbcc96
to
24c6f62
Compare
Co-authored-by: Arne Keller <arne.keller@posteo.de>
Co-authored-by: Arne Keller <arne.keller@posteo.de>
Co-authored-by: Arne Keller <arne.keller@posteo.de>
022e4df
to
f295806
Compare
Also add extra decoders to service definition.
f295806
to
67d0740
Compare
Switch to the fork at github.com/luarvique fork.
Update openwebrx from 1.2.2 to 1.2.82.
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.