tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
subtitleeditor: use enchant2
Felix Buehler
4 years ago
45129c9d
568e0bc4
+4
-4
2 changed files
expand all
collapse all
unified
split
pkgs
applications
video
subtitleeditor
default.nix
top-level
all-packages.nix
+3
-3
pkgs/applications/video/subtitleeditor/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
pname = "subtitleeditor";
8
8
-
version = "0.54.0";
8
8
+
version = "unstable-2019-11-30";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "kitone";
12
12
repo = "subtitleeditor";
13
13
-
rev = version;
14
14
-
sha256 = "0vxcscc9m6gymgj173ahk2g9hlk9588z5fdaavmkpyriqdlhwm11";
13
13
+
rev = "4c215f4cff4483c44361a2f1d45efc4c6670787f";
14
14
+
sha256 = "sha256-1Q1nd3GJ6iDGQv4SM2S1ehVW6kPdbqTn8KTtTb0obiQ=";
15
15
};
16
16
17
17
nativeBuildInputs = [
+1
-1
pkgs/top-level/all-packages.nix
···
19998
19998
19999
19999
subdl = callPackage ../applications/video/subdl { };
20000
20000
20001
20001
-
subtitleeditor = callPackage ../applications/video/subtitleeditor { enchant = enchant1; };
20001
20001
+
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
20002
20002
20003
20003
suil = callPackage ../development/libraries/audio/suil { };
20004
20004