stdenv: fix misspellings of dontPatchELF
This commit is contained in:
@@ -130,7 +130,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
dontPatchElf = true;
|
||||
dontPatchELF = true;
|
||||
|
||||
updateScript = import ./update.nix { inherit writeScript runtimeShell; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user