qdigidoc: enable parallel building
This commit is contained in:
parent
63bc228670
commit
db919d1ac4
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user