14 stdenv.mkDerivation rec {
19 url = "https://github.com/thkukuk/ypbind-mt/releases/download/v${version}/ypbind-mt-${version}.tar.xz";
20 hash = "sha256-Bk8vGFZzxUk9+D9kALeZ86NZ3lYRi2ujfEMnER8vzYs=";
37 description = "Multithreaded daemon maintaining the NIS binding informations.";
38 homepage = "https://github.com/thkukuk/ypbind-mt";
39 changelog = "https://github.com/thkukuk/ypbind-mt/blob/master/NEWS";
40 license = lib.licenses.gpl2Plus;
41 mainProgram = "ypbind";
42 maintainers = with lib.maintainers; [ BarrOff ];
43 platforms = lib.platforms.linux;