nuspell: fix wrapper arguments escaping
This commit is contained in:
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
name = (appendToName "with-dicts" nuspell).name;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildCommand = ''
|
||||
makeWrapper ${nuspell}/bin/nuspell $out/bin/nuspell --prefix DICPATH : ${searchPath}
|
||||
makeWrapper ${nuspell}/bin/nuspell $out/bin/nuspell --prefix DICPATH : ${lib.escapeShellArg searchPath}
|
||||
'';
|
||||
meta = removeAttrs nuspell.meta ["outputsToInstall"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user