stdenv: fix misspellings of dontPatchELF
This commit is contained in:
@@ -51,7 +51,7 @@ let
|
||||
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
dontPatchElf = true;
|
||||
dontPatchELF = true;
|
||||
dontWrapGApps = true;
|
||||
|
||||
buildInputs = [ libsecret ] ++ atomEnv.packages;
|
||||
|
||||
Reference in New Issue
Block a user