freebsd.logger: init
Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libcapsicum,
|
||||
libcasper,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.bin/logger";
|
||||
outputs = [
|
||||
"out"
|
||||
"debug"
|
||||
];
|
||||
buildInputs = [
|
||||
libcasper
|
||||
libcapsicum
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user