Commit 43f6f4e4 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

urbackup-client: enable parallel building

parent ef620693
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";