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