Set doesn't take a colon

This commit is contained in:
Levi Gross 2023-05-07 13:13:33 -04:00 committed by GitHub
parent 65a512daf3
commit 9f805a4087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
preFixup = ''
gappsWrapperArgs+=(
--set SSL_CERT_DIR : "/etc/ssl/certs/"
--set SSL_CERT_DIR "/etc/ssl/certs/"
--prefix LD_LIBRARY_PATH : "${libX11.out}/lib"
)
'';