Skip to content

Commit 6d6f1a3

Browse files
committed
shell.nix: libusb renamed to libusb1
1 parent 91df887 commit 6d6f1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ in
5757

5858
shellHook = ''
5959
# TODO: This should be patched into the rpath of the respective libraries!
60-
export LD_LIBRARY_PATH=${pkgs.libusb}/lib:$LD_LIBRARY_PATH
60+
export LD_LIBRARY_PATH=${pkgs.libusb1}/lib:$LD_LIBRARY_PATH
6161
'' + (lib.optionalString withUnfreePkgs ''
6262
export LD_LIBRARY_PATH=${pkgs.segger-jlink}/lib:$LD_LIBRARY_PATH
6363
'');

0 commit comments

Comments
 (0)