mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
prover9: turn off format hardening
This commit is contained in:
parent
7eb16a4eb8
commit
457f340785
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1l2i3d3h5z7nnbzilb6z92r0rbx0kh6yaxn2c5qhn3000xcfsay3";
|
||||
};
|
||||
|
||||
phases = "unpackPhase patchPhase buildPhase installPhase";
|
||||
hardening_format = false;
|
||||
|
||||
patchPhase = ''
|
||||
RM=$(type -tp rm)
|
||||
@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildFlags = "all";
|
||||
|
||||
checkPhase = "make test1";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp bin/* $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user