mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
subtitleeditor: cleanup using rec
This commit is contained in:
parent
cd3ed54f6e
commit
9346a80e37
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user