freebsd.backlight: init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libcapsicum,
|
||||
libcasper,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.bin/backlight";
|
||||
|
||||
buildInputs = [
|
||||
libcapsicum
|
||||
libcasper
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user