Skip to content
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

rtl-sdr: Move udev rules #55576

Closed
wants to merge 1 commit into from
Closed

Conversation

etu
Copy link
Contributor

@etu etu commented Feb 11, 2019

Motivation for this change

This should fix #55552.

And to get the udev rules installed one needs to do the following:

services.udev.packages = [ pkgs.rtl-sdr ];
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

cc @jparris @bjornfor

@@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
# rules manually.
# * Propagate libusb-1.0 dependency in pkg-config file.
postInstall = stdenv.lib.optionalString stdenv.isLinux ''
mkdir -p "$out/etc/udev/rules.d/"
cp ../rtl-sdr.rules "$out/etc/udev/rules.d/99-rtl-sdr.rules"
install -Dm=644 ../rtl-sdr.rules $out/lib/udev/rules.d/99-rtl-sdr.rules
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the documentation both locations etc/udev/rules.d and lib/udev/rules.d should be valid.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well then, then there's no issue here

@etu etu closed this Feb 12, 2019
@etu etu deleted the rtl-sdr-move-udev-rules branch February 12, 2019 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rtl-sdr does not install udev rules on NixOS
3 participants