boomerang: mark as broken

This commit is contained in:
Robin Gloster 2017-03-30 14:52:22 +02:00
parent 8a18e1f7f1
commit 877aaeff61
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
homepage = "http://boomerang.sourceforge.net/";
license = stdenv.lib.licenses.bsd3;
description = "A general, open source, retargetable decompiler";
broken = true;
};
}