treewide: update the usage of makeWrapper after #31497

This commit is contained in:
Orivej Desh
2017-11-19 23:50:49 +00:00
parent 7faaade23e
commit fb703ad117
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
makeWrapper "$i" "$out/bin/''${i##*/}" \
--set ORACLE_HOME "$out/libexec/oracle" \
--set ORACLE_SID XE \
--set NLS_LANG '$("'"$out"'/libexec/oracle/bin/nls_lang.sh")' \
--run "export NLS_LANG=\$($out/libexec/oracle/bin/nls_lang.sh)" \
--prefix PATH : "$out/libexec/oracle/bin"
done
'';