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:
parent
09361fae77
commit
4111535a9d
@ -6,7 +6,6 @@
|
||||
, bash
|
||||
, python3
|
||||
, perl
|
||||
, clang
|
||||
, which
|
||||
, libelf
|
||||
, libffi
|
||||
@ -30,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
which
|
||||
clang
|
||||
bash
|
||||
python3
|
||||
perl
|
||||
|
Loading…
Reference in New Issue
Block a user