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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tacacsplus";
|
pname = "tacacsplus";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
buildInputs = [ tcp_wrappers perl ];
|
buildInputs = [ tcp_wrappers perl libnsl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
|
description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user