Add lmdb to IOG profiles
ouroboros-consensus depends on cardano-lmdb which requires the lmdb system library (pkg-config: lmdb>=0.9 && <0.10). Since UTxO-HD was integrated in Cardano Node 10.4.1, lmdb is required for all Cardano development. Adds lmdb to dynamic shells and static-lmdb (static-only build via Makefile ILIBS patching, matching nixpkgs isStatic pattern) to static shells. The wrapped-cabal in static.nix gets the corresponding -L flag so GHC finds the static library. Closes #218 Supersedes #221