1 { fetchFromGitHub, lib, stdenv, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1sc95hw5k2xagpafny0v35filmcn05k1ds5ghkldfpf6xw4hakp7";
14 nativeBuildInputs = [ autoreconfHook ];
18 description = "A configuration parser library";
19 maintainers = with maintainers; [ pSub ];
20 homepage = "https://github.com/williamh/dotconf";
21 license = licenses.lgpl21Plus;
22 platforms = with platforms; unix;