mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
haskell-ghc-events: jailbreak to fix build with GHC 7.8.1
This commit is contained in:
parent
4a4439fd14
commit
088a652eb4
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [ binary mtl ];
|
||||
testDepends = [ binary mtl ];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Library and tool for parsing .eventlog files from GHC";
|
||||
|
Loading…
Reference in New Issue
Block a user