mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-websockets-snap: jailbreak to fix build with recent io-streams
This commit is contained in:
parent
2f21cb77f1
commit
d1edaee3c0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
blazeBuilder enumerator ioStreams mtl snapCore snapServer
|
||||
websockets
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Snap integration for the websockets library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue