forked from mirrors/nixpkgs
haskell-download-curl: jailbreak to fix build with recent versions of tagsoup
This commit is contained in:
parent
a2ae6ebb7b
commit
7c06d93c0f
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.1.4";
|
||||
sha256 = "1wf3pf2k4i6jvpfsjlxdj6v53qd33jj1z1ipaf3p47glgx4xw3lm";
|
||||
buildDepends = [ curl feed tagsoup xml ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dons/code/download-curl";
|
||||
description = "High-level file download based on URLs";
|
||||
|
|
Loading…
Reference in a new issue