mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
18250b97ae
had added him earlier.
17 lines
507 B
Nix
17 lines
507 B
Nix
# 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.1";
|
|
sha256 = "0wnrss7j7zf4lbmr5rryx7m5qb4pqh7vvz11ksbsfn3d3hf285y2";
|
|
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;
|
|
};
|
|
})
|