klee: add mainProgram

This commit is contained in:
Morgan Jones 2024-06-15 19:12:26 -07:00
parent 0513d66f10
commit bc9fffbb3b
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -129,6 +129,7 @@ llvmPackages.stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
mainProgram = "klee";
description = "Symbolic virtual machine built on top of LLVM"; description = "Symbolic virtual machine built on top of LLVM";
longDescription = '' longDescription = ''
KLEE is a symbolic virtual machine built on top of the LLVM compiler KLEE is a symbolic virtual machine built on top of the LLVM compiler