mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
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 = {
|
||||
homepage = "http://snapframework.com/";
|
||||
|
|
Loading…
Reference in a new issue