diff --git a/pkgs/applications/misc/zola/default.nix b/pkgs/applications/misc/zola/default.nix index ab6bcc74726c..6c24f65d7624 100644 --- a/pkgs/applications/misc/zola/default.nix +++ b/pkgs/applications/misc/zola/default.nix @@ -32,9 +32,9 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl oniguruma - ] ++ lib.optional stdenv.isDarwin [ - CoreServices libsass + ] ++ lib.optionals stdenv.isDarwin [ + CoreServices ]; RUSTONIG_SYSTEM_LIBONIG = true;