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