···276276 '';
277277278278 # libcuda needs to be resolved during runtime
279279- # NOTE: Due to the use of __structuredAttrs, we can't use a list for autoPatchelfIgnoreMissingDeps, since it
280280- # will take only the first value. Instead, we produce a string with the values separated by spaces.
281281- # Using the `env` attribute ensures that the value is representable as one of the primitives allowed by
282282- # bash's environment variables.
283283- env.autoPatchelfIgnoreMissingDeps = "libcuda.so libcuda.so.*";
279279+ autoPatchelfIgnoreMissingDeps = [
280280+ "libcuda.so"
281281+ "libcuda.so.*"
282282+ ];
284283285284 # The out output leverages the same functionality which backs the `symlinkJoin` function in
286285 # Nixpkgs: