From a41b8c70a68b3b6d848d708cd8058866b23847e6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Jan 2020 23:59:07 +0000 Subject: refactor(third_party/lisp): Use buildLisp.bundled for built-in libs Deprecates derivations for: * sb-bsd-sockets * sb-posix * sb-rotate-byte * uiop --- third_party/lisp/asdf.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 third_party/lisp/asdf.nix (limited to 'third_party/lisp/asdf.nix') diff --git a/third_party/lisp/asdf.nix b/third_party/lisp/asdf.nix deleted file mode 100644 index 3d41a1f36def..000000000000 --- a/third_party/lisp/asdf.nix +++ /dev/null @@ -1,9 +0,0 @@ -# ASDF ships with SBCL. This package just exists to force it to load. -{ pkgs, ... }: - -with pkgs; - -nix.buildLisp.library { - name = "asdf"; - srcs = lib.singleton (builtins.toFile "asdf.lisp" "(require 'asdf)"); -} -- cgit 1.4.1