Loading pkgs/applications/blockchains/bitcoin/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ , miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null Loading Loading @@ -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 = '' Loading Loading
pkgs/applications/blockchains/bitcoin/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ , miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null Loading Loading @@ -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 = '' Loading