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
commit ed5009ad84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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