mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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
|
||||
, 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";
|
||||
|
Loading…
Reference in New Issue
Block a user