mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
freebsd.libdl: init
This commit is contained in:
parent
a753d385da
commit
ae993bd1e3
9
pkgs/os-specific/bsd/freebsd/pkgs/libdl.nix
Normal file
9
pkgs/os-specific/bsd/freebsd/pkgs/libdl.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ mkDerivation, ... }:
|
||||
mkDerivation {
|
||||
path = "lib/libdl";
|
||||
extraPaths = [
|
||||
"lib/libc"
|
||||
"libexec/rtld-elf"
|
||||
];
|
||||
buildInputs = [ ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user