12 stdenv.mkDerivation rec {
27 src = fetchFromGitHub {
31 hash = "sha256-dt5wL+v98Heg6395BOwNssXLXmoOKFnRXGqlOknYYPs=";
37 description = "NSS module for glibc, to provide NIS support for glibc";
38 changelog = "https://github.com/thkukuk/libnss_nis/blob/master/NEWS";
39 homepage = "https://github.com/thkukuk/libnss_nis";
40 license = lib.licenses.lgpl21Plus;
41 maintainers = with lib.maintainers; [ BarrOff ];
42 platforms = lib.platforms.linux;