9 stdenv.mkDerivation rec {
10 pname = "guile-opengl";
14 url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
15 hash = "sha256-uPCH7CiCPQmfuELDupQQS7BPqecIFmSHpHGYnhwXbGU=";
24 homepage = "https://www.gnu.org/software/guile-opengl/";
25 description = "Guile bindings for the OpenGL graphics API";
26 license = licenses.gpl3Plus;
27 maintainers = with maintainers; [ vyp ];
28 platforms = platforms.unix;