mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
cadical: enable tests
This commit is contained in:
parent
34943a7d79
commit
5f0cf22c59
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "05lvnvapjawgkky38xknb9lgaliiwan4kggmb9yggl4ifpjrh8qf";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
dontAddPrefix = true;
|
||||
|
||||
installPhase = ''
|
||||
install -Dm0755 build/cadical "$out/bin/cadical"
|
||||
install -Dm0755 build/mobical "$out/bin/mobical"
|
||||
|
|
Loading…
Reference in a new issue