Merge pull request #68791 from JohnAZoidberg/bareos-broken

bareos: Mark as broken
This commit is contained in:
WilliButz
2019-09-14 15:07:36 +02:00
committed by GitHub

View File

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