about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-05-14 21:28:17 +0200
committerPatrick Hilhorst <git@hilhorst.be>2018-05-14 21:28:17 +0200
commit87fd200b9a66a0dd0d7e01247ed30643d98f31fa (patch)
treeb24bebbe15ba137d8e46b908dad73083cc480965 /pkgs/development/compilers
parent836404df95a653494abd843e56dd639d6e1bfd77 (diff)
downloadnixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar.gz
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar.bz2
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar.lz
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar.xz
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.tar.zst
nixlib-87fd200b9a66a0dd0d7e01247ed30643d98f31fa.zip
gcc8: mark as broken on darwin
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gcc/8/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/gcc/8/default.nix b/pkgs/development/compilers/gcc/8/default.nix
index 2465e6149c0a..494f37c25e4f 100644
--- a/pkgs/development/compilers/gcc/8/default.nix
+++ b/pkgs/development/compilers/gcc/8/default.nix
@@ -439,6 +439,9 @@ stdenv.mkDerivation ({
       stdenv.lib.platforms.linux ++
       stdenv.lib.platforms.freebsd ++
       stdenv.lib.platforms.darwin;
+
+    # See #40038
+    broken = stdenv.isDarwin;
   };
 }