Commit 2ff8d8b2 authored by meppu's avatar meppu Committed by Yt
Browse files

gleam: add nix-update-script

parent a5b49738
Loading
Loading
Loading
Loading
+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";
@@ -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/";