prover9: turn off format hardening
This commit is contained in:
parent
7eb16a4eb8
commit
457f340785
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||||
sha256 = "1l2i3d3h5z7nnbzilb6z92r0rbx0kh6yaxn2c5qhn3000xcfsay3";
|
sha256 = "1l2i3d3h5z7nnbzilb6z92r0rbx0kh6yaxn2c5qhn3000xcfsay3";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "unpackPhase patchPhase buildPhase installPhase";
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
RM=$(type -tp rm)
|
RM=$(type -tp rm)
|
||||||
|
@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildFlags = "all";
|
buildFlags = "all";
|
||||||
|
|
||||||
|
checkPhase = "make test1";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp bin/* $out/bin
|
cp bin/* $out/bin
|
||||||
|
|
Loading…
Reference in New Issue