Merge pull request #154146 from Stunkymonkey/subtitleeditor-enchant

subtitleeditor: use enchant2
This commit is contained in:
Felix Bühler 2022-01-10 23:43:35 +01:00 committed by GitHub
commit e004d09841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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 = [

View File

@ -19970,7 +19970,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 { };