mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
async-2.0.1.3: jailbreak (see http://hydra.nixos.org/build/10766630/nixlog/1/raw)
This commit is contained in:
parent
35d2c4b741
commit
9dd7896cba
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh";
|
||||
buildDepends = [ stm ];
|
||||
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/simonmar/async";
|
||||
description = "Run IO operations asynchronously and wait for their results";
|
||||
|
|
Loading…
Reference in a new issue