11 stdenv.mkDerivation rec {
12 pname = "guile-config";
15 src = fetchFromGitLab {
16 owner = "a-sassmannshausen";
17 repo = "guile-config";
19 hash = "sha256-n4ukGCyIx5G1ITfKSqS6FGJ6dnDBsyxXKSFNi81E4Gg=";
28 buildInputs = [ guile ];
30 enableParallelBuilding = true;
35 description = "Configuration management library for GNU Guile";
36 homepage = "https://gitlab.com/a-sassmannshausen/guile-config";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ sikmir ];
39 platforms = guile.meta.platforms;