forked from mirrors/nixpkgs
gnome-keysign: remove broken updateScript
It is not hosted on GNOME mirrors so GNOME updateScript will not work.
This commit is contained in:
parent
794a08ca8e
commit
0df3c2dfe2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue