Merge pull request #68791 from JohnAZoidberg/bareos-broken
bareos: Mark as broken
This commit is contained in:
commit
ed5009ad84
|
@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A fork of the bacula project";
|
description = "A fork of the bacula project";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue