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