summary refs log tree commit diff
diff options
context:
space:
mode:
authorKirill Boltaev <aske@fmap.me>2016-09-19 20:05:22 +0300
committerKirill Boltaev <aske@fmap.me>2016-09-26 02:36:49 +0300
commit3fbc40b377a21df0120c1abcfe4b27926c5e2964 (patch)
tree8cbdb80ed5504ee839a14e76c7405e13882fc3e4
parent2bc87d48f1ef31c6c61e7389ef29843e93e06c85 (diff)
downloadnixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar.gz
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar.bz2
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar.lz
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar.xz
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.tar.zst
nixlib-3fbc40b377a21df0120c1abcfe4b27926c5e2964.zip
ber_metaocaml_003: mark as broken
-rw-r--r--pkgs/development/compilers/ocaml/ber-metaocaml-003.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/ber-metaocaml-003.nix b/pkgs/development/compilers/ocaml/ber-metaocaml-003.nix
index 460f769384d6..c95d29326a4e 100644
--- a/pkgs/development/compilers/ocaml/ber-metaocaml-003.nix
+++ b/pkgs/development/compilers/ocaml/ber-metaocaml-003.nix
@@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
       A conservative extension of OCaml with the primitive type of code values,
       and three basic multi-stage expression forms: Brackets, Escape, and Run
     '';
+    broken = true;
   };
 }