freebsd.libusb: init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
mkDerivation,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "lib/libusb";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
"debug"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mv $out/data/pkgconfig $out/lib/pkgconfig
|
||||
'';
|
||||
|
||||
meta.platforms = lib.platforms.freebsd;
|
||||
}
|
||||
Reference in New Issue
Block a user