haskell-oeis: jailbreak to fix build with network 2.5.x
This commit is contained in:
parent
e1b52f54e3
commit
9417188afc
@ -6,6 +6,9 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "0r23mqbfvvvx6shzdclzfrqi8r95gxl93cih7ny7w7px3w5yc5x6";
|
sha256 = "0r23mqbfvvvx6shzdclzfrqi8r95gxl93cih7ny7w7px3w5yc5x6";
|
||||||
buildDepends = [ HTTP network ];
|
buildDepends = [ HTTP network ];
|
||||||
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|network *==.*|network|' oeis.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user