mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-gloss: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
d7c578285a
commit
d9c5a29897
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "1.7.8.3";
|
||||
sha256 = "0wbp8bz5c3hzix6r7nbg6dmakb77i3lq4hgjk3gd8mvksd3n97jr";
|
||||
buildDepends = [ bmp GLUT OpenGL ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://gloss.ouroborus.net";
|
||||
description = "Painless 2D vector graphics, animations and simulations";
|
||||
|
|
Loading…
Reference in a new issue