about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/eolie
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-07-29 12:33:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-07-29 12:33:39 -0400
commitd12c11e30c929383b82603c8b143dbb7bed4f205 (patch)
tree9c3c7de4da6aa05c36285dc56a3626e950a8ccc2 /pkgs/applications/networking/browsers/eolie
parent9b97ee7b64e1587abaaca361f7a1fc69e7164a29 (diff)
treewide: use nix-update updateScript for packages I maintain
Diffstat (limited to 'pkgs/applications/networking/browsers/eolie')
-rw-r--r--pkgs/applications/networking/browsers/eolie/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/eolie/default.nix b/pkgs/applications/networking/browsers/eolie/default.nix
index cfccacf1ae08c..ca868a0807747 100644
--- a/pkgs/applications/networking/browsers/eolie/default.nix
+++ b/pkgs/applications/networking/browsers/eolie/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, meson, ninja, pkgconfig
+{ stdenv, fetchgit, meson, ninja, pkgconfig, nix-update-script
 , python3, gtk3, libsecret, gst_all_1, webkitgtk
 , glib-networking, gtkspell3, hunspell, desktop-file-utils
 , gobject-introspection, wrapGAppsHook }:
@@ -57,6 +57,13 @@ python3.pkgs.buildPythonApplication rec {
     patchPythonScript "$out/libexec/eolie-sp"
   '';
 
+  passthru = {
+    updateScript = nix-update-script {
+      attrPath = pname;
+    };
+  };
+
+
   meta = with stdenv.lib; {
     description = "A new GNOME web browser";
     homepage = "https://wiki.gnome.org/Apps/Eolie";