mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-reactive-banana-wx: jailbreak to fix build with latest version of 'wxcore'
This commit is contained in:
parent
071381a639
commit
6b61f7124c
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [ cabalMacosx reactiveBanana wx wxcore ];
|
||||
configureFlags = "-f-buildExamples";
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/Reactive-banana";
|
||||
description = "Examples for the reactive-banana library, using wxHaskell";
|
||||
|
Loading…
Reference in New Issue
Block a user