Hi Ben, Ben Woodcroft writes: > * gnu/packages/rust.scm (rustc)[native-search-paths]: New field. [...] > + (native-search-paths > + (list (search-path-specification > + (variable "LIBRARY_PATH") > + (files '("lib" "lib64"))))) This seems odd. This search path is for glibc, no? Is the problem this addresses not already fixed by 5d18d776d269ab9a6c44e049936389df3454ba30?