qdigidoc: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-09 10:51:49 +00:00
parent 63bc228670
commit db919d1ac4

View File

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
openldap gettext desktop_file_utils makeWrapper
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Qt based UI application for verifying and signing digital signatures";
homepage = http://www.id.ee/;