hol: mark as broken

This commit is contained in:
Robin Gloster 2017-03-14 15:36:06 +01:00
parent 770794cbfe
commit f70a896094
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -83,5 +83,6 @@ stdenv.mkDerivation {
license = licenses.bsd3;
maintainers = with maintainers; [ mudri ];
platforms = with platforms; linux;
broken = true;
};
}