summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/celluloid
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/video/celluloid
parent9b97ee7b64e1587abaaca361f7a1fc69e7164a29 (diff)
treewide: use nix-update updateScript for packages I maintain
Diffstat (limited to 'pkgs/applications/video/celluloid')
-rw-r--r--pkgs/applications/video/celluloid/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/video/celluloid/default.nix b/pkgs/applications/video/celluloid/default.nix
index 208cbb7f4e6a..80a30852daee 100644
--- a/pkgs/applications/video/celluloid/default.nix
+++ b/pkgs/applications/video/celluloid/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, fetchFromGitHub
+, nix-update-script
, meson
, ninja
, python3
@@ -49,6 +50,12 @@ stdenv.mkDerivation rec {
doCheck = true;
+ passthru = {
+ updateScript = nix-update-script {
+ attrPath = pname;
+ };
+ };
+
meta = with stdenv.lib; {
description = "Simple GTK frontend for the mpv video player";
longDescription = ''