clangOmpss2: Remove clang from the inputs

Is already provided in stdenv as we use llvm10, and otherwise it
will pull clang 7 as dependency.
This commit is contained in:
Rodrigo Arias 2020-11-11 13:17:31 +01:00
parent 09361fae77
commit 4111535a9d

View File

@ -6,7 +6,6 @@
, bash
, python3
, perl
, clang
, which
, libelf
, libffi
@ -30,7 +29,6 @@ stdenv.mkDerivation rec {
buildInputs = [
which
clang
bash
python3
perl