11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "uOydBWYPXSBUi+4MM6FNx6B5l2to7Ny9Uc1MMTV9bGA=";
29 configureFlags = [ "--enable-shared" ];
32 description = "Guile-based library for supporting flexible control files in scientific simulations";
33 mainProgram = "gen-ctl-io";
34 homepage = "https://github.com/NanoComp/libctl";
35 license = licenses.gpl2Only;
36 maintainers = with maintainers; [ carpinchomug ];