mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-c2hs: jailbreak to fix build with recent versions of 'shelly'
Also, disable the test suite because of <https://github.com/haskell/c2hs/issues/67>.
This commit is contained in:
parent
93c973f45f
commit
61efc76a63
@ -12,6 +12,8 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/haskell/c2hs";
|
||||
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
||||
|
Loading…
Reference in New Issue
Block a user