Loading pkgs/development/compilers/gleam/default.nix +13 −1 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, git, pkg-config, openssl, Security, libiconv }: { lib , stdenv , rustPlatform , fetchFromGitHub , git , pkg-config , openssl , Security , libiconv , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "gleam"; Loading @@ -18,6 +28,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-K7MrrnupH1BS8KEIgVdlnGF91J5ND5umgdeLVCg7DbQ="; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A statically typed language for the Erlang VM"; homepage = "https://gleam.run/"; Loading Loading
pkgs/development/compilers/gleam/default.nix +13 −1 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, git, pkg-config, openssl, Security, libiconv }: { lib , stdenv , rustPlatform , fetchFromGitHub , git , pkg-config , openssl , Security , libiconv , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "gleam"; Loading @@ -18,6 +28,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-K7MrrnupH1BS8KEIgVdlnGF91J5ND5umgdeLVCg7DbQ="; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A statically typed language for the Erlang VM"; homepage = "https://gleam.run/"; Loading