summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-13 19:29:34 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:32 +0200
commitc5fee4671d8af33c6f0a8453705e62b365c727ee (patch)
tree5667346f193c873e173feb7a2e70c3eb0f745b3c /pkgs/development/libraries
parent817409fff99e7594508587c48d949d3cf2e5dba0 (diff)
downloadnixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar.gz
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar.bz2
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar.lz
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar.xz
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.tar.zst
nixlib-c5fee4671d8af33c6f0a8453705e62b365c727ee.zip
haskell-machines-io: jailbreak to fix build with recent 'machines'
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/machines-io/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/machines-io/default.nix b/pkgs/development/libraries/haskell/machines-io/default.nix
index 8693ced19240..f66bfae6730a 100644
--- a/pkgs/development/libraries/haskell/machines-io/default.nix
+++ b/pkgs/development/libraries/haskell/machines-io/default.nix
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.1.0.0";
   sha256 = "07ky1j9ihn493a8q2g1pc0ynam1mkzdi4hjs74kpfnlvl9x6ic7g";
   buildDepends = [ chunkedData machines transformers ];
+  jailbreak = true;
   meta = {
     homepage = "http://github.com/aloiscochard/machines-io";
     description = "IO utilities for the machines library";