-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
can-isotp: init at 20180629 #45767
can-isotp: init at 20180629 #45767
Conversation
meta = with stdenv.lib; { | ||
description = "Kernel module for ISO-TP (ISO 15765-2)"; | ||
homepage = "https://github.com/hartkopp/can-isotp"; | ||
license = licenses.bsd3; |
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 license for this thing seems a lot more complicated than just being BSD3. It looks like GPL2 might be more appropriate in the context it is being included?
@GrahamcOfBorg build linuxPackages.can-isotp |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: linuxPackages.can-isotp Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: linuxPackages.can-isotp Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: linuxPackages.can-isotp Partial log (click to expand)
|
changed license to gpl2
98076c3
to
551d203
Compare
thanks! |
Motivation for this change
NixOS already has the can_utils package which provides utilities for interacting with CAN devices/buses, but does not have the kernel module needed for the ISO-TP utilities (isotprecv, isotpsend, isotpsniffer, etc...). This adds the required can-isotp kernel module.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)