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
|
openldap gettext desktop_file_utils makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Qt based UI application for verifying and signing digital signatures";
|
description = "Qt based UI application for verifying and signing digital signatures";
|
||||||
homepage = http://www.id.ee/;
|
homepage = http://www.id.ee/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user