about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/luakit
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-06-12 16:31:39 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-06-22 11:12:27 +0200
commit4a7d31a392d78a8afc4a2d78d73dc5c789a602e8 (patch)
treefe3b8dc0d8e80bdffea6c951df7dedc8c91ab002 /pkgs/applications/networking/browsers/luakit
parentc05d8295988697adbb920a7b4a999ae3670c5504 (diff)
treewide: remove double quotes from wrappers
Close #14753; see that for context.
Diffstat (limited to 'pkgs/applications/networking/browsers/luakit')
-rw-r--r--pkgs/applications/networking/browsers/luakit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/luakit/default.nix b/pkgs/applications/networking/browsers/luakit/default.nix
index 2777cb15fca93..163eb8cf5890f 100644
--- a/pkgs/applications/networking/browsers/luakit/default.nix
+++ b/pkgs/applications/networking/browsers/luakit/default.nix
@@ -48,8 +48,8 @@ stdenv.mkDerivation {
       --prefix GIO_EXTRA_MODULES : "${glib_networking.out}/lib/gio/modules" \
       --prefix XDG_DATA_DIRS : "${gsettings_desktop_schemas}/share:$out/usr/share/:$out/share/:$GSETTINGS_SCHEMAS_PATH"     \
       --prefix XDG_CONFIG_DIRS : "$out/etc/xdg"                         \
-      --set LUA_PATH '"${luaKitPath};${luaPath};"'                      \
-      --set LUA_CPATH '"${luaCPath};"'
+      --set LUA_PATH '${luaKitPath};${luaPath};'                      \
+      --set LUA_CPATH '${luaCPath};'
   '';
 
 }