13 stdenv.mkDerivation rec {
14 pname = "wxmacmolplt";
17 src = fetchFromGitHub {
21 hash = "sha256-gFGstyq9bMmBaIS4QE6N3EIC9GxRvyJYUr8DUvwRQBc=";
24 nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook4 ];
33 configureFlags = [ "LDFLAGS=-lGL" ];
35 enableParallelBuilding = true;
38 description = "Graphical user interface for GAMESS-US";
39 mainProgram = "wxmacmolplt";
40 homepage = "https://brettbode.github.io/wxmacmolplt/";
41 license = licenses.gpl2Plus;
42 platforms = platforms.linux;
43 maintainers = with maintainers; [ sheepforce markuskowa ];