cntk: mark as broken

It never succeeded to build.  @abbradar did not respond at
94dc37d622
This commit is contained in:
Orivej Desh 2017-12-31 08:13:04 +00:00
parent 6aeee3790b
commit e87a82b010

View File

@ -95,5 +95,6 @@ in stdenv.mkDerivation rec {
description = "An open source deep-learning toolkit";
license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
maintainers = with maintainers; [ abbradar ];
broken = true; # Never succeeded to build.
};
}