10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-bCToqXVE4RZcoZ2eTNZcVHyzKlWyIpSAssQCOZcfmEA=";
30 buildInputs = [ libtirpc ];
33 description = "Client interface library for NIS(YP) and NIS+";
34 homepage = "https://github.com/thkukuk/libnsl";
35 license = licenses.lgpl21;
36 maintainers = [ maintainers.dezgeg ];
37 platforms = platforms.linux;