bareos: Mark as broken

Doesn't have a maintainer.
Doesn't work with our new glusterfs version.
bareos18 has changed from autotools to cmake so the derivation has to be
completely rewritten.
This commit is contained in:
Daniel Schaefer 2019-09-14 15:04:02 +02:00
parent dcdf68ee01
commit e416a39464

View file

@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
description = "A fork of the bacula project";
license = licenses.agpl3;
platforms = platforms.unix;
broken = true;
};
}