1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
2 , gnutls, libite, libconfuse }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-aQHJtnMDaHF1XY9lwQVR6f78Zk2UI7OC3Oxt1r1KMak=";
15 nativeBuildInputs = [ autoreconfHook pkg-config ];
17 buildInputs = [ gnutls libite libconfuse ];
21 "--localstatedir=/var"
24 enableParallelBuilding = true;
27 homepage = "https://troglobit.com/projects/inadyn/";
28 description = "Free dynamic DNS client";
29 license = licenses.gpl2Plus;
31 platforms = platforms.linux;
32 mainProgram = "inadyn";