feat(third_party/lisp): Check in drakma HTTP client & deps
This HTTP client has much fewer dependencies than some of the other ones I've seen, and it'll be good enough for my demo purposes.
This commit is contained in:
parent
e50c669310
commit
6de462f674
8 changed files with 188 additions and 0 deletions
10
third_party/lisp/sb-bsd-sockets.nix
vendored
Normal file
10
third_party/lisp/sb-bsd-sockets.nix
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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)");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue