gleam: add nix-update-script

This commit is contained in:
meppu 2023-08-04 08:27:29 +03:00 committed by Yt
parent a5b4973878
commit 2ff8d8b24f

View file

@ -1,4 +1,14 @@
{ 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";
@ -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/";