diff --git a/artiq/artiq-extras.nix b/artiq/artiq-extras.nix index 30e9451..91ec8a1 100644 --- a/artiq/artiq-extras.nix +++ b/artiq/artiq-extras.nix @@ -60,7 +60,6 @@ in pythonOptions = { propagatedBuildInputs = [ artiq ]; postPatch = '' - ls substituteInPlace lda/hidapi.py \ --replace "hidapi_lib_path = None"\ "hidapi_lib_path = '${hidapi}/lib/libhidapi-libusb.so.0'"