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:
Fabian Geiselhart
2020-06-29 19:51:46 +02:00
parent ecb560bf47
commit 5ed47f34e4
2 changed files with 15 additions and 0 deletions
@@ -82,6 +82,7 @@ in buildPythonApplication rec {
patches = [
./fix-searchpath.patch
./use-local-spdx-license-list.patch
./missing-udev-rules-nixos.patch
];
postPatch = ''