refactor(3p/lisp/postmodern): remove unneeded dep on sb-bsd-sockets
Change-Id: I74ac3573a2181a89b15d7c2d037c423f5f991c7e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3351 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
5711b4ee16
commit
42652ac6eb
1 changed files with 0 additions and 1 deletions
1
third_party/lisp/postmodern.nix
vendored
1
third_party/lisp/postmodern.nix
vendored
|
@ -19,7 +19,6 @@ let
|
|||
cl-base64
|
||||
uax-15
|
||||
usocket
|
||||
(bundled "sb-bsd-sockets")
|
||||
];
|
||||
|
||||
srcs = map (f: src + ("/cl-postgres/" + f)) [
|
||||
|
|
Loading…
Reference in a new issue