summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-01 18:19:11 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-01 19:12:43 +0200
commit0307a8af6ce903e217377d053d1157f816aa06fe (patch)
tree15f76bedafc2fb62dfd2fc7ac6e849f8cb82d794 /pkgs
parentbed52081e58807a23fcb2df38a3f865a2f37834e (diff)
downloadnixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar.gz
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar.bz2
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar.lz
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar.xz
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.tar.zst
nixpkgs-0307a8af6ce903e217377d053d1157f816aa06fe.zip
pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building
anything in pkgsLLVM decidedly less painful since it will eliminate
the need to build LLVM and clang locally, which shouldn't be as bad
on hydra.

Darwin is disabled for now since it doesn't evaluate correctly there
(infinite recursion problem with the SDK).
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index e04b6e7e681..dfb3b639b27 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -194,6 +194,7 @@ let
       idrisPackages = packagePlatforms pkgs.idrisPackages;
       agdaPackages = packagePlatforms pkgs.agdaPackages;
 
+      pkgsLLVM.stdenv = [ "x86_64-linux" "aarch64-linux" ];
       pkgsMusl.stdenv = [ "x86_64-linux" "aarch64-linux" ];
       pkgsStatic.stdenv = [ "x86_64-linux" "aarch64-linux" ];