summary refs log tree commit diff
path: root/pkgs/development/compilers/idris2/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/idris2/tests.nix')
-rw-r--r--pkgs/development/compilers/idris2/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/idris2/tests.nix b/pkgs/development/compilers/idris2/tests.nix
index a8d48c26ca6f5..54bb6d29eeef0 100644
--- a/pkgs/development/compilers/idris2/tests.nix
+++ b/pkgs/development/compilers/idris2/tests.nix
@@ -11,7 +11,7 @@ let
       # is not the case with pure nix environments. Thus, we need to include zsh
       # when we build for darwin in tests. While this is impure, this is also what
       # we find in real darwin hosts.
-      nativeBuildInputs = lib.optional stdenv.isDarwin [ zsh ];
+      nativeBuildInputs = lib.optionals stdenv.isDarwin [ zsh ];
 
       buildCommand = ''
         set -eo pipefail