1{ runCommand, rustc }: 2 3runCommand "rust-lib-src" { } '' 4 tar --strip-components=1 -xzf ${rustc.src} 5 mv library $out 6''