Skip to content

Commit

Permalink
trojita: disable withI18n by default
Browse files Browse the repository at this point in the history
The translation sources are too massive to reliably build.
  • Loading branch information
ehmry committed Sep 18, 2020
1 parent 948d828 commit d851140
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/applications/networking/mailreaders/trojita/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand All @@ -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;
Expand Down

0 comments on commit d851140

Please sign in to comment.