about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-06-21 21:02:22 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-06-26 17:07:42 +0200
commit97613b7a865605c8a6b60e6efaf0d3b4b1552eaa (patch)
treec1815ae571a3ca6554b15ba0ba3a93e5efb241cd /pkgs/development/ocaml-modules
parenta5260509a32436f571da028eb317398c605d1b64 (diff)
downloadnixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.gz
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.bz2
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.lz
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.xz
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.zst
nixlib-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.zip
ocamlPackages.torch: mark as broken
Version 0.12 is only compatible with PyTorch 1.8
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/torch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix
index 5f59b4ae056e..4126e3304861 100644
--- a/pkgs/development/ocaml-modules/torch/default.nix
+++ b/pkgs/development/ocaml-modules/torch/default.nix
@@ -56,5 +56,6 @@ buildDunePackage rec {
     description = "Ocaml bindings to Pytorch";
     maintainers = [ maintainers.bcdarwin ];
     license = licenses.asl20;
+    broken = true;
   };
 }