mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-snap: jailbreak to fix build with recent versions of lens
This commit is contained in:
parent
57b5927d6a
commit
e7b25c78a5
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
||||
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 New Issue
Block a user