10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "uOydBWYPXSBUi+4MM6FNx6B5l2to7Ny9Uc1MMTV9bGA=";
21 nativeBuildInputs = [ autoreconfHook gfortran guile pkg-config ];
23 configureFlags = [ "--enable-shared" ];
26 description = "Guile-based library for supporting flexible control files in scientific simulations";
27 homepage = "https://github.com/NanoComp/libctl";
28 license = licenses.gpl2Only;
29 maintainers = with maintainers; [ carpinchomug ];