mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
subtitleeditor: use enchant2
This commit is contained in:
parent
568e0bc498
commit
45129c9dec
@ -5,13 +5,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "subtitleeditor";
|
||||
version = "0.54.0";
|
||||
version = "unstable-2019-11-30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kitone";
|
||||
repo = "subtitleeditor";
|
||||
rev = version;
|
||||
sha256 = "0vxcscc9m6gymgj173ahk2g9hlk9588z5fdaavmkpyriqdlhwm11";
|
||||
rev = "4c215f4cff4483c44361a2f1d45efc4c6670787f";
|
||||
sha256 = "sha256-1Q1nd3GJ6iDGQv4SM2S1ehVW6kPdbqTn8KTtTb0obiQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -19998,7 +19998,7 @@ with pkgs;
|
||||
|
||||
subdl = callPackage ../applications/video/subdl { };
|
||||
|
||||
subtitleeditor = callPackage ../applications/video/subtitleeditor { enchant = enchant1; };
|
||||
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
|
||||
|
||||
suil = callPackage ../development/libraries/audio/suil { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user