mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
boomerang: mark as broken
This commit is contained in:
parent
8a18e1f7f1
commit
877aaeff61
1 changed files with 1 additions and 0 deletions
|
@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://boomerang.sourceforge.net/";
|
homepage = "http://boomerang.sourceforge.net/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
description = "A general, open source, retargetable decompiler";
|
description = "A general, open source, retargetable decompiler";
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue