Skip to content

Commit

Permalink
gnat: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 9, 2018
1 parent f1333ee commit 01360a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc/4.5/default.nix
Expand Up @@ -417,6 +417,7 @@ stdenv.mkDerivation ({
# gnatboot is not available out of linux platforms, so we disable the darwin build
# for the gnat (ada compiler).
platforms = stdenv.lib.platforms.linux ++ optionals (langAda == false) [ "i686-darwin" ];
broken = langAda;
};
}

Expand Down

0 comments on commit 01360a2

Please sign in to comment.