# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, bmp, GLUT, OpenGL }: cabal.mkDerivation (self: { pname = "gloss"; version = "1.8.2.2"; sha256 = "1v3rvx3jidbh98znmnl122rqgg5r9zcl22h5ibzag9h5d31c5vzr"; buildDepends = [ bmp GLUT OpenGL ]; meta = { homepage = "http://gloss.ouroborus.net"; description = "Painless 2D vector graphics, animations and simulations"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })