From 184e5a3fe02577e20d24d113ab5709fcb51a3020 Mon Sep 17 00:00:00 2001 From: Niten Date: Mon, 23 Nov 2020 15:18:35 -0800 Subject: [PATCH] Missing colon --- cl-sasl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-sasl.nix b/cl-sasl.nix index 017736f..69da5ab 100644 --- a/cl-sasl.nix +++ b/cl-sasl.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, buildLisp, ... } +{ pkgs, lib, buildLisp, ... }: let cl-sasl-path = lib.fetchgit {