areca: Mark as broken

This commit is contained in:
Doron Behar 2021-10-27 13:59:53 +03:00
parent 076a4b662c
commit 0ed0c3ceeb

View file

@ -47,6 +47,8 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "http://www.areca-backup.org/";
description = "An Open Source personal backup solution";
# Builds fine but fails to launch.
broken = true;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;