freebsd.librtld-db: init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
lib,
|
||||
mkDerivation,
|
||||
libelf,
|
||||
libprocstat,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "lib/librtld_db";
|
||||
extraPaths = [
|
||||
"lib/libproc/libproc.h"
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
"debug"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libelf
|
||||
libprocstat
|
||||
];
|
||||
|
||||
meta.platforms = lib.platforms.freebsd;
|
||||
}
|
||||
Reference in New Issue
Block a user