about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-01 03:03:18 +0200
committerGitHub <noreply@github.com>2021-07-01 03:03:18 +0200
commiteadc668e089d8670c49e00d5f1bc945da5e4e7c7 (patch)
tree82cf332be79a1b420c8bdd65236f293961714f5b /pkgs/applications/video
parent59ef8087a3d95bf6c69767c126bbc0b7ced89e32 (diff)
parent9346a80e375fc5f22fd94a88978a187f5454dfd8 (diff)
Merge pull request #128755 from Stunkymonkey/subtitleeditor
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index cc3d518ff884a..b1c8f436884c5 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -3,13 +3,9 @@
   libsigcxx, libxmlxx, xdg-utils, isocodes, wrapGAppsHook
 }:
 
-let
-  version = "0.54.0";
-in
-
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "subtitleeditor";
-  inherit version;
+  version = "0.54.0";
 
   src = fetchFromGitHub {
     owner = "kitone";