blob: c33132acfc17cd6875582ecc2c054b46904a7432 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{mkAstalPkg, ...}:
mkAstalPkg {
pname = "astal";
src = ./.;
libname = "io";
gir-suffix = "IO";
authors = "Aylur";
description = "Astal Core library";
repo-path = "astal/io";
website-path = "io";
}
|