Use a hardened stdenv by default
This commit is contained in:
committed by
Robin Gloster
parent
c5f092c6a7
commit
954e9903ad
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ tcl ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
noHardening_format = true;
|
||||
|
||||
patchPhase = ''
|
||||
sed -i "s,/bin/stty,$(type -p stty),g" configure
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user