material-design-icons: add update script

This commit is contained in:
Dixon Sean Low Yan Feng 2023-12-29 21:22:03 +08:00
parent 5f64a12a72
commit b24ce6e15d
No known key found for this signature in database
GPG Key ID: A9F388161E9B90C7

View File

@ -1,4 +1,8 @@
{ lib, fetchFromGitHub, stdenvNoCC }:
{ lib
, fetchFromGitHub
, stdenvNoCC
, nix-update-script
}:
stdenvNoCC.mkDerivation rec {
pname = "material-design-icons";
@ -24,6 +28,8 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "7000+ Material Design Icons from the Community";
longDescription = ''