lispPackages: Add cl-gtk4_dot_sourceview

This commit is contained in:
Alexander Ben Nasrallah
2026-06-26 11:20:49 +02:00
parent c91ec7f06e
commit c217e73cf6
@@ -377,6 +377,25 @@ let
};
};
cl-gtk4_dot_sourceview = build-asdf-system {
pname = "cl-gtk4.sourceview";
version = self.cl-gtk4.version;
src = self.cl-gtk4.src;
lispLibs = with self; [
cl-gobject-introspection-wrapper
cl-gtk4
];
nativeBuildInputs = [
pkgs.gtksourceview5
];
nativeLibs = [
pkgs.gtksourceview5
];
meta = {
homepage = "https://github.com/bohonghuang/cl-gtk4";
};
};
cl-avro = build-asdf-system {
pname = "cl-avro";
version = "trunk";