haskell-gloss-raster: jailbreak to fix build with recent versions of repa
https://github.com/NixOS/nixpkgs/pull/3483
This commit is contained in:
@@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "0ls8rlwrbpisrmq2xigf9926pak028dmld6shrblcmdbykaz55ha";
|
sha256 = "0ls8rlwrbpisrmq2xigf9926pak028dmld6shrblcmdbykaz55ha";
|
||||||
buildDepends = [ gloss repa ];
|
buildDepends = [ gloss repa ];
|
||||||
extraLibraries = [ llvm ];
|
extraLibraries = [ llvm ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gloss.ouroborus.net";
|
homepage = "http://gloss.ouroborus.net";
|
||||||
description = "Parallel rendering of raster images";
|
description = "Parallel rendering of raster images";
|
||||||
|
|||||||
Reference in New Issue
Block a user