font-manager: add update script

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-05-25 15:55:06 +02:00
parent 8d37224ffa
commit 6df575e903
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -17,6 +17,7 @@
, gnome
, desktop-file-utils
, fetchpatch2
, nix-update-script
, wrapGAppsHook3
, gobject-introspection
# withWebkit enables the "webkit" feature, also known as Google Fonts
@ -82,6 +83,8 @@ stdenv.mkDerivation rec {
patchShebangs meson_post_install.py
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://fontmanager.github.io/";
description = "Simple font management for GTK desktop environments";