Use set-default
so that we don't override the exisiting
environment variable
This commit is contained in:
parent
9f805a4087
commit
fdfe19932f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--set SSL_CERT_DIR "/etc/ssl/certs/"
|
||||
--set-default SSL_CERT_DIR "/etc/ssl/certs/"
|
||||
--prefix LD_LIBRARY_PATH : "${libX11.out}/lib"
|
||||
)
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue