material-design-icons: add update script
This commit is contained in:
parent
5f64a12a72
commit
b24ce6e15d
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user