mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-snap-server: jailbreak to fix build with HsOpenSSL 0.11
This commit is contained in:
parent
ab00da7caf
commit
58a084dd4c
@ -16,6 +16,9 @@ cabal.mkDerivation (self: {
|
||||
network snapCore text time unixCompat
|
||||
];
|
||||
configureFlags = "-fopenssl";
|
||||
patchPhase = ''
|
||||
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' snap-server.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
||||
|
Loading…
Reference in New Issue
Block a user