Skip to content

Commit

Permalink
klee: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jul 18, 2024
1 parent 1be120c commit 07a19f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/science/logic/klee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ llvmPackages.stdenv.mkDerivation rec {
# Should appear BEFORE lit, since lit passes through python rather
# than the python environment we make.
kleePython
(lit.override { python = kleePython; })
];
] ++ python3.pkgs.requiredPythonModules python3.pkgs.lit;

cmakeBuildType = if debug then "Debug" else if !debug && includeDebugInfo then "RelWithDebInfo" else "MinSizeRel";

Expand Down

0 comments on commit 07a19f7

Please sign in to comment.