crashplan: mark as broken

This commit is contained in:
Domen Kožar 2015-10-13 14:45:18 +02:00
parent 424be52044
commit 1c174d107c

View File

@ -16,6 +16,7 @@ in stdenv.mkDerivation rec {
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = licenses.unfree;
broken = true; # outdated and new client has trouble starting (nullpointer exception)
maintainers = with maintainers; [ sztupi iElectric ];
};