haskell-snap: jailbreak to fix build with network 2.6.x
This commit is contained in:
parent
104e010ed1
commit
ccbdf31164
|
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
||||||
];
|
];
|
||||||
configureFlags = "-fopenssl";
|
configureFlags = "-fopenssl";
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' snap-server.cabal
|
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' -e 's|network.*2.6,|network,|' snap-server.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
|
|
Loading…
Reference in New Issue