about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLevi Gross <levigross@users.noreply.github.com>2023-05-07 13:13:33 -0400
committerGitHub <noreply@github.com>2023-05-07 13:13:33 -0400
commit9f805a40876f52643fd0543fe3bbe5b93b257dba (patch)
tree4b6b90acd4f4f2959bb64f74e069abdef202bb64 /pkgs/applications/networking/remote
parent65a512daf3e755852a8138fed6ee0fa4a984d19b (diff)
Set doesn't take a colon
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index 67882e992cee1..96585b9fa1275 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -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"
     )
   '';