gnome-keysign: remove broken updateScript

It is not hosted on GNOME mirrors so GNOME updateScript will not work.
gstqt5
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
1 changed files with 0 additions and 7 deletions

View File

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