about summary refs log tree commit diff
path: root/pkgs/applications/editors/vis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/vis/default.nix')
-rw-r--r--pkgs/applications/editors/vis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 2bafbce8be5f5..a658f95ac0145 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -4,7 +4,7 @@
 }:
 
 let
-  luaEnv = lua.withPackages(ps: [ps.lpeg]);
+  luaEnv = lua.withPackages(ps: [ ps.lpeg ]);
 in
 stdenv.mkDerivation rec {
   pname = "vis";