haskell-oeis: jailbreak to fix build with network 2.5.x

This commit is contained in:
Peter Simons 2014-05-10 14:19:57 +02:00
parent e1b52f54e3
commit 9417188afc

View File

@ -6,6 +6,9 @@ cabal.mkDerivation (self: {
sha256 = "0r23mqbfvvvx6shzdclzfrqi8r95gxl93cih7ny7w7px3w5yc5x6";
buildDepends = [ HTTP network ];
testDepends = [ HUnit testFramework testFrameworkHunit ];
patchPhase = ''
sed -i -e 's|network *==.*|network|' oeis.cabal
'';
meta = {
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
license = self.stdenv.lib.licenses.bsd3;