chore(3p/lisp): use nixpkgs sources for trivial-backtrace
Change-Id: If4ee3f9a0afea74759493de14c7f672714739f45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4341 Autosubmit: tazjin <mail@tazj.in> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
fa73841a4b
commit
75ca24c60a
21 changed files with 15 additions and 823 deletions
15
third_party/lisp/trivial-backtrace.nix
vendored
Normal file
15
third_party/lisp/trivial-backtrace.nix
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Imported from http://common-lisp.net/project/trivial-backtrace/trivial-backtrace.git
|
||||
{ depot, pkgs, ... }:
|
||||
|
||||
let src = with pkgs; srcOnly lispPackages.trivial-backtrace;
|
||||
in depot.nix.buildLisp.library {
|
||||
name = "trivial-backtrace";
|
||||
|
||||
srcs = map (f: src + ("/dev/" + f)) [
|
||||
"packages.lisp"
|
||||
"utilities.lisp"
|
||||
"backtrace.lisp"
|
||||
"map-backtrace.lisp"
|
||||
"fallback.lisp"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue