Unverified Commit 7a26ee78 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

Merge pull request #306043 from prusnak/bitcoin-no-bdb

parents 8b1e612c 502200bd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
, miniupnpc
, zeromq
, zlib
, db48
, sqlite
, qrencode
, qtbase ? null
@@ -51,7 +50,7 @@ stdenv.mkDerivation rec {
    ++ lib.optionals withGui [ wrapQtAppsHook ];

  buildInputs = [ boost libevent miniupnpc zeromq zlib ]
    ++ lib.optionals withWallet [ db48 sqlite ]
    ++ lib.optionals withWallet [ sqlite ]
    ++ lib.optionals withGui [ qrencode qtbase qttools ];

  postInstall = ''