mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
freebsd.libradius: init
This commit is contained in:
parent
4fdc9f9d17
commit
d58f00efe2
14
pkgs/os-specific/bsd/freebsd/pkgs/libradius.nix
Normal file
14
pkgs/os-specific/bsd/freebsd/pkgs/libradius.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
mkDerivation,
|
||||
openssl,
|
||||
libmd,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "lib/libradius";
|
||||
buildInputs = [
|
||||
libmd
|
||||
openssl
|
||||
];
|
||||
|
||||
MK_TESTS = "no";
|
||||
}
|
Loading…
Reference in New Issue
Block a user