gappa: add nix-update-script and versionCheckHook
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
mpfr,
|
||||
boost,
|
||||
version ? "1.6.1",
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -26,6 +28,11 @@ stdenv.mkDerivation {
|
||||
buildPhase = "./remake";
|
||||
installPhase = "./remake install";
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://gappa.gitlabpages.inria.fr/";
|
||||
description = "Verifying and formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic";
|
||||
|
||||
Reference in New Issue
Block a user