about summary refs log tree commit diff
path: root/pkgs/applications/editors/vis
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/vis')
-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 72a4bfe57b89..a28890e2466f 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     libtermkey
     lua
     lpeg
-  ] ++ stdenv.lib.optional stdenv.isLinux [
+  ] ++ stdenv.lib.optionals stdenv.isLinux [
     acl
     libselinux
   ];