freebsd.logger: init

Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
Artemis Tosini
2026-03-06 13:19:57 -08:00
parent eb0481ea02
commit bbfb0d85c6
@@ -0,0 +1,16 @@
{
mkDerivation,
libcapsicum,
libcasper,
}:
mkDerivation {
path = "usr.bin/logger";
outputs = [
"out"
"debug"
];
buildInputs = [
libcasper
libcapsicum
];
}