summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-31 08:13:04 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-31 08:14:14 +0000
commite87a82b010716f517f99243311e69be39bc7df29 (patch)
tree89d1b72c99ca9eb37cd03e4e79987b5b06f5ef94 /pkgs/applications
parent6aeee3790b699237408d5809b21d435c356cc673 (diff)
downloadnixlib-e87a82b010716f517f99243311e69be39bc7df29.tar
nixlib-e87a82b010716f517f99243311e69be39bc7df29.tar.gz
nixlib-e87a82b010716f517f99243311e69be39bc7df29.tar.bz2
nixlib-e87a82b010716f517f99243311e69be39bc7df29.tar.lz
nixlib-e87a82b010716f517f99243311e69be39bc7df29.tar.xz
nixlib-e87a82b010716f517f99243311e69be39bc7df29.tar.zst
nixlib-e87a82b010716f517f99243311e69be39bc7df29.zip
cntk: mark as broken
It never succeeded to build.  @abbradar did not respond at
https://github.com/NixOS/nixpkgs/commit/94dc37d6223ff6e47745afa92d2fb0efcb3df44f
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/math/cntk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/cntk/default.nix b/pkgs/applications/science/math/cntk/default.nix
index 89ed0582b37e..bef695fc650a 100644
--- a/pkgs/applications/science/math/cntk/default.nix
+++ b/pkgs/applications/science/math/cntk/default.nix
@@ -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.
   };
 }