# Pastebin WvcaJX7f "hmatrix-sundials" = callPackage ({ mkDerivation, base, containers, diagrams-lib , diagrams-rasterific, hmatrix, hspec, inline-c, lens, plots , sundials_arkode, template-haskell, vector }: mkDerivation { pname = "hmatrix-sundials"; version = "0.19.0.0"; sha256 = "03pil8zkkixlgv2m07zyiyribpkphhl75ixvazb36c6rznvkg6nd"; libraryHaskellDepends = [ base containers hmatrix inline-c template-haskell vector ]; librarySystemDepends = [ sundials_arkode ]; testHaskellDepends = [ base containers diagrams-lib diagrams-rasterific hmatrix hspec inline-c lens plots template-haskell vector ]; testSystemDepends = [ sundials_arkode ]; homepage = "https://github.com/idontgetoutmuch/hmatrix/tree/sundials"; description = "hmatrix interface to sundials"; license = stdenv.lib.licenses.bsd3; }) {sundials_arkode = null;};