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";
|
|
|
|
rev = "b78b2df5d75bdf8fdfc69f0deec0a187d9664b0b";
|
|
|
|
};
|
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")
|
|
|
|
];
|
|
|
|
}
|