···120120 '';
121121122122 meta = with lib; {
123123- # Newer cub is included with cudatoolkit now and it breaks the build.
124124- # https://github.com/Microsoft/CNTK/issues/3191
125125- broken = cudaSupport;
126123 homepage = "https://github.com/Microsoft/CNTK";
127124 description = "An open source deep-learning toolkit";
128125 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
129126 platforms = [ "x86_64-linux" ];
130127 maintainers = with maintainers; [ abbradar ];
128128+ # Newer cub is included with cudatoolkit now and it breaks the build.
129129+ # https://github.com/Microsoft/CNTK/issues/3191
130130+ # broken = cudaSupport;
131131+ broken = true; # at 2022-11-23
131132 };
132133}