Loading pkgs/development/interpreters/lune/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ rustPlatform.buildRustPackage rec { SystemConfiguration ]; # error: linker `aarch64-linux-gnu-gcc` not found postPatch = '' rm .cargo/config.toml ''; checkFlags = [ # require internet access "--skip=tests::net_request_codes" Loading Loading
pkgs/development/interpreters/lune/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ rustPlatform.buildRustPackage rec { SystemConfiguration ]; # error: linker `aarch64-linux-gnu-gcc` not found postPatch = '' rm .cargo/config.toml ''; checkFlags = [ # require internet access "--skip=tests::net_request_codes" Loading