We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df4362 commit 29288c8Copy full SHA for 29288c8
pkgs/by-name/bi/bitwuzla/package.nix
@@ -14,6 +14,7 @@
14
cryptominisat,
15
zlib,
16
pkg-config,
17
+ cmake,
18
}:
19
20
stdenv.mkDerivation (finalAttrs: {
@@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
34
35
pkg-config
36
git
37
ninja
38
+ cmake
39
];
40
buildInputs = [
41
cadical
@@ -48,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
48
50
# note: the default value for default_library fails to link dynamic dependencies
49
51
# but setting it to shared works even in pkgsStatic
52
"-Ddefault_library=shared"
53
+ "-Dcryptominisat=true"
54
55
(lib.strings.mesonEnable "testing" finalAttrs.finalPackage.doCheck)
56
0 commit comments