diff options
Diffstat (limited to 'third_party/lisp/cl-colors.nix')
-rw-r--r-- | third_party/lisp/cl-colors.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/third_party/lisp/cl-colors.nix b/third_party/lisp/cl-colors.nix index 71f78e424e79..b51e4d46a747 100644 --- a/third_party/lisp/cl-colors.nix +++ b/third_party/lisp/cl-colors.nix @@ -1,11 +1,6 @@ { depot, pkgs, ... }: -let - src = pkgs.fetchgit { - url = "https://github.com/tpapp/cl-colors.git"; - rev = "827410584553f5c717eec6182343b7605f707f75"; - hash = "sha256:0l446lday4hybsm9bq3jli97fvv8jb1d33abg79vbylpwjmf3y9a"; - }; +let src = with pkgs; srcOnly lispPackages.cl-colors; in depot.nix.buildLisp.library { name = "cl-colors"; deps = [ |