Loading pkgs/by-name/gl/gleam/package.nix +9 −3 Original line number Diff line number Diff line Loading @@ -27,16 +27,22 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-TJqylGjXdkunE5mHkpFnvv3SENBFwtQehV0q2k3hNMY="; nativeBuildInputs = [ git pkg-config erlang_27 ]; buildInputs = [ openssl ]; nativeCheckInputs = [ # used by several tests git # js runtimes used for integration tests nodejs bun deno ]; buildInputs = [ openssl ]; checkFlags = [ # Makes a network request "--skip=tests::echo::echo_dict" Loading Loading
pkgs/by-name/gl/gleam/package.nix +9 −3 Original line number Diff line number Diff line Loading @@ -27,16 +27,22 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-TJqylGjXdkunE5mHkpFnvv3SENBFwtQehV0q2k3hNMY="; nativeBuildInputs = [ git pkg-config erlang_27 ]; buildInputs = [ openssl ]; nativeCheckInputs = [ # used by several tests git # js runtimes used for integration tests nodejs bun deno ]; buildInputs = [ openssl ]; checkFlags = [ # Makes a network request "--skip=tests::echo::echo_dict" Loading