trojita: disable withI18n by default

The translation sources are too massive to reliably build.
gstqt5
Emery Hemingway 2020-09-18 12:44:30 +02:00
parent 948d828955
commit d85114062a
1 changed files with 8 additions and 8 deletions

View File

@ -18,10 +18,16 @@
, qtwebkit
, qttranslations
, substituteAll
, withI18n ? true
, withI18n ? false
}:
mkDerivation rec {
let
l10n = fetchsvn {
url = "svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5";
rev = "1566642";
sha256 = "0y45fjib153za085la3hqpryycx33dkj3cz8kwzn2w31kvldfl1q";
};
in mkDerivation rec {
pname = "trojita";
version = "unstable-2020-07-06";
@ -31,12 +37,6 @@ mkDerivation rec {
sha256 = "0r8nmlqwgsqkk0k8xh32fkwvv6iylj35xq2h8b7l3g03yc342kbn";
};
l10n = fetchsvn {
url = "svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5";
rev = "1566642";
sha256 = "0y45fjib153za085la3hqpryycx33dkj3cz8kwzn2w31kvldfl1q";
};
patches = (substituteAll {
# See https://github.com/NixOS/nixpkgs/issues/86054
src = ./fix-qttranslations-path.patch;