gnome-keysign: remove broken updateScript

It is not hosted on GNOME mirrors so GNOME updateScript will not work.
This commit is contained in:
Jan Tojnar 2020-05-14 09:02:22 +02:00
parent 794a08ca8e
commit 0df3c2dfe2
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -6,7 +6,6 @@
, gobject-introspection , gobject-introspection
, gtk3 , gtk3
, glib , glib
, gnome3
, gst_all_1 , gst_all_1
}: }:
@ -68,12 +67,6 @@ python3.pkgs.buildPythonApplication rec {
twisted twisted
]; ];
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
};
};
# https://github.com/NixOS/nixpkgs/issues/56943 # https://github.com/NixOS/nixpkgs/issues/56943
strictDeps = false; strictDeps = false;