platformio: Patch warning about missing udev rules
This adds the sentence "On NixOS add the platformio package to services.udev.packages" to the warning.
This commit is contained in:
@@ -82,6 +82,7 @@ in buildPythonApplication rec {
|
||||
patches = [
|
||||
./fix-searchpath.patch
|
||||
./use-local-spdx-license-list.patch
|
||||
./missing-udev-rules-nixos.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user