8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-6Du26Ffz08DLGg6uIiPi8Sgjf691MM2kn0qXe3oFeTw=";
19 nativeBuildInputs = [ autoreconfHook ];
22 description = "Configuration parser library";
23 maintainers = with maintainers; [ pSub ];
24 homepage = "https://github.com/williamh/dotconf";
25 license = licenses.lgpl21Plus;
26 platforms = with platforms; unix;