stdenv: fix misspellings of dontPatchELF
This commit is contained in:
@@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
dontPatchelf = true; # stay away from exploit executables
|
||||
dontPatchELF = true; # stay away from exploit executables
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/{bin,share/msf}
|
||||
|
||||
Reference in New Issue
Block a user