urbackup-client: enable parallel building

This commit is contained in:
Sergei Trofimovich 2024-02-11 11:39:54 +00:00
parent ef6206934d
commit 43f6f4e46f

View File

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
"--enable-embedded-cryptopp"
];
enableParallelBuilding = true;
meta = with lib; {
description = "An easy to setup Open Source client/server backup system";
longDescription = "An easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time";