Skip to content

Commit

Permalink
llvm_34, llvm_35: Disable on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 25, 2018
1 parent 3ca8b20 commit bec461a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/3.4/llvm.nix
Expand Up @@ -90,6 +90,6 @@ in stdenv.mkDerivation rec {
homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ];
platforms = stdenv.lib.platforms.all;
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin"];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/3.5/llvm.nix
Expand Up @@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ];
platforms = stdenv.lib.platforms.all;
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin"];
};
}

0 comments on commit bec461a

Please sign in to comment.