font-manager: add update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
8d37224ffa
commit
6df575e903
@ -17,6 +17,7 @@
|
|||||||
, gnome
|
, gnome
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, fetchpatch2
|
, fetchpatch2
|
||||||
|
, nix-update-script
|
||||||
, wrapGAppsHook3
|
, wrapGAppsHook3
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
# withWebkit enables the "webkit" feature, also known as Google Fonts
|
# withWebkit enables the "webkit" feature, also known as Google Fonts
|
||||||
@ -82,6 +83,8 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://fontmanager.github.io/";
|
homepage = "https://fontmanager.github.io/";
|
||||||
description = "Simple font management for GTK desktop environments";
|
description = "Simple font management for GTK desktop environments";
|
||||||
|
Loading…
Reference in New Issue
Block a user