summary refs log tree commit diff
path: root/pkgs/shells/ion
diff options
context:
space:
mode:
authorVladyslav M <dywedir@pm.me>2018-09-03 23:38:15 +0300
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-03 22:38:15 +0200
commit8954c1f71919af8fe9eeae966aa1e8861cc4de5c (patch)
treee158253e8172ffe7ab49a4aad4d31448f8de97da /pkgs/shells/ion
parent435eccf15e366a3f6d66a0b9e8d2ae2bf92719fe (diff)
downloadnixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar.gz
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar.bz2
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar.lz
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar.xz
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.tar.zst
nixpkgs-8954c1f71919af8fe9eeae966aa1e8861cc4de5c.zip
ion: broken on darwin (#46010)
Diffstat (limited to 'pkgs/shells/ion')
-rw-r--r--pkgs/shells/ion/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/ion/default.nix b/pkgs/shells/ion/default.nix
index 1333bfd873f..239eeb89c8b 100644
--- a/pkgs/shells/ion/default.nix
+++ b/pkgs/shells/ion/default.nix
@@ -21,5 +21,6 @@ buildRustPackage rec {
     license = licenses.mit;
     maintainers = with maintainers; [ dywedir ];
     platforms = platforms.all;
+    broken = stdenv.isDarwin;
   };
 }