From 4111535a9d573cb979c74fc8f3293f220c935c02 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 11 Nov 2020 13:17:31 +0100 Subject: [PATCH] clangOmpss2: Remove clang from the inputs Is already provided in stdenv as we use llvm10, and otherwise it will pull clang 7 as dependency. --- bsc/llvm-ompss2/clang.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsc/llvm-ompss2/clang.nix b/bsc/llvm-ompss2/clang.nix index c0a4b38..40631e7 100644 --- a/bsc/llvm-ompss2/clang.nix +++ b/bsc/llvm-ompss2/clang.nix @@ -6,7 +6,6 @@ , bash , python3 , perl -, clang , which , libelf , libffi @@ -30,7 +29,6 @@ stdenv.mkDerivation rec { buildInputs = [ which - clang bash python3 perl