diff options
Diffstat (limited to 'third_party/lisp/sb-bsd-sockets.nix')
-rw-r--r-- | third_party/lisp/sb-bsd-sockets.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/lisp/sb-bsd-sockets.nix b/third_party/lisp/sb-bsd-sockets.nix deleted file mode 100644 index d311f8590f74..000000000000 --- a/third_party/lisp/sb-bsd-sockets.nix +++ /dev/null @@ -1,10 +0,0 @@ -# SB-BSD-SOCKETS is an SBCL component. This package just forces it to -# be loaded. -{ pkgs, ... }: - -with pkgs; - -nix.buildLisp.library { - name = "sb-bsd-sockets"; - srcs = lib.singleton (builtins.toFile "sb-bsd-sockets.lisp" "(require 'sb-bsd-sockets)"); -} |