checksec: clean up

This commit is contained in:
Robin Gloster
2016-02-26 17:26:03 +00:00
parent a73762200d
commit 631c09bbe5
2 changed files with 6 additions and 5 deletions
+2
View File
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libcap openssl ];
hardening_pie = true;
postInstall = ''
rm -rf $out/share/doc
'';