We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91df887 commit 6d6f1a3Copy full SHA for 6d6f1a3
shell.nix
@@ -57,7 +57,7 @@ in
57
58
shellHook = ''
59
# TODO: This should be patched into the rpath of the respective libraries!
60
- export LD_LIBRARY_PATH=${pkgs.libusb}/lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH=${pkgs.libusb1}/lib:$LD_LIBRARY_PATH
61
'' + (lib.optionalString withUnfreePkgs ''
62
export LD_LIBRARY_PATH=${pkgs.segger-jlink}/lib:$LD_LIBRARY_PATH
63
'');
0 commit comments