13 stdenv.mkDerivation rec {
18 url = "https://github.com/Construo/construo/releases/download/v${version}/${pname}-${version}.tar.gz";
19 sha256 = "1wmj527hbj1qv44cdsj6ahfjrnrjwg2dp8gdick8nd07vm062qxa";
28 ++ lib.optional (libGL != null) libGL
29 ++ lib.optional (libGLU != null) libGLU
30 ++ lib.optional (libglut != null) libglut;
33 substituteInPlace src/Makefile.in \
38 description = "Masses and springs simulation game";
39 mainProgram = "construo.x11";
40 homepage = "http://fs.fsf.org/construo/";
41 license = lib.licenses.gpl3;