subtitleeditor: use enchant2

+4 -4
+3 -3
pkgs/applications/video/subtitleeditor/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "subtitleeditor"; 8 - version = "0.54.0"; 9 10 src = fetchFromGitHub { 11 owner = "kitone"; 12 repo = "subtitleeditor"; 13 - rev = version; 14 - sha256 = "0vxcscc9m6gymgj173ahk2g9hlk9588z5fdaavmkpyriqdlhwm11"; 15 }; 16 17 nativeBuildInputs = [
··· 5 6 stdenv.mkDerivation rec { 7 pname = "subtitleeditor"; 8 + version = "unstable-2019-11-30"; 9 10 src = fetchFromGitHub { 11 owner = "kitone"; 12 repo = "subtitleeditor"; 13 + rev = "4c215f4cff4483c44361a2f1d45efc4c6670787f"; 14 + sha256 = "sha256-1Q1nd3GJ6iDGQv4SM2S1ehVW6kPdbqTn8KTtTb0obiQ="; 15 }; 16 17 nativeBuildInputs = [
+1 -1
pkgs/top-level/all-packages.nix
··· 19998 19999 subdl = callPackage ../applications/video/subdl { }; 20000 20001 - subtitleeditor = callPackage ../applications/video/subtitleeditor { enchant = enchant1; }; 20002 20003 suil = callPackage ../development/libraries/audio/suil { }; 20004
··· 19998 19999 subdl = callPackage ../applications/video/subdl { }; 20000 20001 + subtitleeditor = callPackage ../applications/video/subtitleeditor { }; 20002 20003 suil = callPackage ../development/libraries/audio/suil { }; 20004