mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
haskell-gloss: updated to version 1.4.0.1
svn path=/nixpkgs/trunk/; revision=29991
This commit is contained in:
parent
553eb023d8
commit
942784d483
@ -1,10 +1,10 @@
|
|||||||
{ cabal, GLUT, OpenGL }:
|
{ cabal, bmp, GLUT, OpenGL }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gloss";
|
pname = "gloss";
|
||||||
version = "1.3.4.1";
|
version = "1.4.0.1";
|
||||||
sha256 = "0cyk75b495vq59pnfqy6ny5kb0i0zq2hwfb1q69vj0cfyiqiwjsb";
|
sha256 = "0za7imyzfgk3ndh9db55wi7zbxrmpvshws4vywrr35b77b3nabr1";
|
||||||
buildDepends = [ GLUT OpenGL ];
|
buildDepends = [ bmp GLUT OpenGL ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gloss.ouroborus.net";
|
homepage = "http://gloss.ouroborus.net";
|
||||||
description = "Painless 2D vector graphics, animations and simulations";
|
description = "Painless 2D vector graphics, animations and simulations";
|
||||||
|
Loading…
Reference in New Issue
Block a user