akkuPackages.chez-gl

akku-chez-gl 1.0.0

3D library: GL, GLU and GLUT for Chez Scheme

BSD 3-clause "New" or "Revised" License
programs: -
Platforms (80)
rx-nonejavascript-ghcjspowerpc64le-linuxs390-linuxarm-nonex86_64-nonex86_64-openbsdx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.chez-gl
];
Ad-hoc shell
nix-shell -p akkuPackages.chez-gl
Flake (nix run)
nix run nixpkgs#akkuPackages.chez-gl