From 2a033caa1d354d6599fce04d8e330710b8b203ce Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 19 Dec 2011 12:53:07 +0000 Subject: [PATCH] llvm+clang don't yet build on non-Linux platforms svn path=/nixpkgs/trunk/; revision=30957 --- pkgs/development/compilers/llvm/clang.nix | 2 +- pkgs/development/compilers/llvm/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/llvm/clang.nix b/pkgs/development/compilers/llvm/clang.nix index c9745bf8319..0ee91a2cd0d 100644 --- a/pkgs/development/compilers/llvm/clang.nix +++ b/pkgs/development/compilers/llvm/clang.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation { description = "A C language family frontend for LLVM"; license = "BSD"; maintainers = with stdenv.lib.maintainers; [viric shlevy]; - platforms = with stdenv.lib.platforms; all; + platforms = with stdenv.lib.platforms; linux; }; } diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index fd62f4b0ae8..9e7502fb370 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { description = "Collection of modular and reusable compiler and toolchain technologies"; license = "BSD"; maintainers = with stdenv.lib.maintainers; [viric shlevy]; - platforms = with stdenv.lib.platforms; all; + platforms = with stdenv.lib.platforms; linux; }; }