summary refs log tree commit diff
path: root/pkgs/applications/altcoins/dogecoin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/dogecoin.nix')
-rw-r--r--pkgs/applications/altcoins/dogecoin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/dogecoin.nix b/pkgs/applications/altcoins/dogecoin.nix
index 1332e53964b..e5f149a0efe 100644
--- a/pkgs/applications/altcoins/dogecoin.nix
+++ b/pkgs/applications/altcoins/dogecoin.nix
@@ -1,8 +1,8 @@
 { stdenv , fetchFromGitHub
 , pkgconfig, autoreconfHook
-, db5, openssl, boost, zlib, miniupnpc
+, db5, openssl, boost, zlib, miniupnpc, libevent
 , protobuf, utillinux, qt4, qrencode
-, withGui, libevent }:
+, withGui }:
 
 with stdenv.lib;
 stdenv.mkDerivation rec {