tvl-depot/third_party/lisp/npg/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
262 B
Nix
Raw Normal View History

# Copyright (C) 2021 by the TVL Authors
# SPDX-License-Identifier: LGPL-2.1-or-later
{ depot, pkgs, ... }:
depot.nix.buildLisp.library {
name = "npg";
srcs = [
./src/package.lisp
./src/common.lisp
./src/define.lisp
./src/parser.lisp
];
}