freebsd.devctl: init
Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libdevctl,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.sbin/devctl";
|
||||
outputs = [
|
||||
"out"
|
||||
"debug"
|
||||
];
|
||||
buildInputs = [ libdevctl ];
|
||||
meta.mainProgram = "devctl";
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
mkDerivation,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "lib/libdevctl";
|
||||
alwaysKeepStatic = true;
|
||||
}
|
||||
Reference in New Issue
Block a user