subtitleeditor: cleanup using rec

This commit is contained in:
Felix Buehler 2021-06-30 10:26:46 +02:00
parent cd3ed54f6e
commit 9346a80e37

@ -3,13 +3,9 @@
libsigcxx, libxmlxx, xdg-utils, isocodes, wrapGAppsHook libsigcxx, libxmlxx, xdg-utils, isocodes, wrapGAppsHook
}: }:
let stdenv.mkDerivation rec {
version = "0.54.0";
in
stdenv.mkDerivation {
pname = "subtitleeditor"; pname = "subtitleeditor";
inherit version; version = "0.54.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kitone"; owner = "kitone";