about summary refs log tree commit diff
path: root/pkgs/development/tools/hobbes
diff options
context:
space:
mode:
authorThomaz Leite <thomaz@actor.com.br>2020-03-12 08:10:38 -0300
committerThomaz Leite <thomaz@actor.com.br>2020-03-12 08:10:38 -0300
commit2ac8f8faebc2be1aa4e01deb9268f5079635245b (patch)
treee90deb3c32cac3945049590eeb503d81e9809989 /pkgs/development/tools/hobbes
parent704e60443af4f58c3b3c1a4e5ce99dd971701e6c (diff)
hobbes: mark as broken on Darwin
Diffstat (limited to 'pkgs/development/tools/hobbes')
-rw-r--r--pkgs/development/tools/hobbes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/hobbes/default.nix b/pkgs/development/tools/hobbes/default.nix
index b480d673a691d..b56afc0a4351d 100644
--- a/pkgs/development/tools/hobbes/default.nix
+++ b/pkgs/development/tools/hobbes/default.nix
@@ -35,5 +35,6 @@ stdenv.mkDerivation {
     license = licenses.asl20;
     maintainers = [ maintainers.thmzlt ];
     platforms = [ "x86_64-linux" "x86_64-darwin" ];
+    broken = stdenv.isDarwin;
   };
 }