mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-snap: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
11dd8da683
commit
3f349cb0de
|
@ -21,7 +21,9 @@ cabal.mkDerivation (self: {
|
|||
snapCore snapServer stm syb text time transformers
|
||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||
];
|
||||
jailbreak = true;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|lens *>=.*|lens|' snap.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "Top-level package for the Snap Web Framework";
|
||||
|
|
Loading…
Reference in a new issue