about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-30 10:26:46 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-30 10:35:09 +0200
commit9346a80e375fc5f22fd94a88978a187f5454dfd8 (patch)
treed1a713ad3c03db44a9b2220acb5c90060e18df94 /pkgs/applications/video
parentcd3ed54f6ea1c13d45c6772b4752ae6d2ff35997 (diff)
subtitleeditor: cleanup using rec
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";