forked from mirrors/nixpkgs
tacacsplus: fix build w/glibc-2.32
This commit is contained in:
parent
9ad913dd6f
commit
120653bd50
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, tcp_wrappers, flex, bison, perl }:
|
||||
{ stdenv, fetchurl, tcp_wrappers, flex, bison, perl, libnsl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tacacsplus";
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
buildInputs = [ tcp_wrappers perl ];
|
||||
buildInputs = [ tcp_wrappers perl libnsl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
|
||||
|
|
Loading…
Reference in a new issue