2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2020-01-09 01:17:44 +01:00
|
|
|
|
|
|
|
let src = builtins.fetchGit {
|
|
|
|
url = "https://github.com/trivial-features/trivial-features.git";
|
2021-08-12 18:51:27 +02:00
|
|
|
rev = "f6e8dd7268ae0137dbde4be469101a7f735f6416"; # 2021-02-28
|
2020-01-09 01:17:44 +01:00
|
|
|
};
|
2020-02-21 13:47:29 +01:00
|
|
|
in depot.nix.buildLisp.library {
|
2020-01-09 01:17:44 +01:00
|
|
|
name = "trivial-features";
|
|
|
|
srcs = [
|
|
|
|
(src + "/src/tf-sbcl.lisp")
|
|
|
|
];
|
|
|
|
}
|