tacacsplus: fix build w/glibc-2.32

gstqt5
Maximilian Bosch 2020-08-21 14:22:42 +02:00
parent 9ad913dd6f
commit 120653bd50
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

@ -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";