gnome.gucharmap: use nix-update updater

The maintainer does not bother pushing it to GNOME mirrors so gnome.updateScript does not work.
This commit is contained in:
Jan Tojnar 2021-10-14 23:29:09 +02:00
parent 6db50236ef
commit fcce6ede95

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ stdenv
, lib
, intltool
, fetchFromGitLab
, meson
@ -11,7 +12,6 @@
, desktop-file-utils
, gtk-doc
, wrapGAppsHook
, gnome
, itstool
, libxml2
, yelp-tools
@ -25,6 +25,7 @@
, runCommand
, symlinkJoin
, gobject-introspection
, nix-update-script
}:
let
@ -93,8 +94,8 @@ in stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
updateScript = nix-update-script {
attrPath = "gnome.gucharmap";
};
};