creduce: fix build of @develop (#41258)

This commit is contained in:
Pramod Kumbhar 2023-12-19 11:30:42 +01:00 committed by GitHub
parent 59b39f3eba
commit b5b0a76991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class Creduce(CMakePackage):
depends_on("flex")
depends_on("libxml2")
depends_on("llvm")
depends_on("llvm@8.0.0", when="@:2.10")
depends_on("perl")
depends_on("perl-exporter-lite")