about summary refs log tree commit diff
path: root/pkgs/applications/misc/bitcoin/dogecoin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/bitcoin/dogecoin.nix')
-rw-r--r--pkgs/applications/misc/bitcoin/dogecoin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/bitcoin/dogecoin.nix b/pkgs/applications/misc/bitcoin/dogecoin.nix
index 7ace3c161c7b..21da32104d34 100644
--- a/pkgs/applications/misc/bitcoin/dogecoin.nix
+++ b/pkgs/applications/misc/bitcoin/dogecoin.nix
@@ -30,7 +30,6 @@ let
       ./autogen.sh \
       && ./configure --prefix=$out \
                      --with-incompatible-bdb \
-                     --with-boost-libdir=${boost}/lib \
                      ${ if withGui then "--with-gui" else "" }
     '';