about summary refs log tree commit diff
path: root/pkgs/applications/networking/corebird
diff options
context:
space:
mode:
authorJens Grunert <jens.grunert@gmail.com>2017-03-08 21:39:59 +0100
committerJens Grunert <jens.grunert@gmail.com>2017-03-08 21:39:59 +0100
commit6fb645037dcf8495a9ec3805f1f7322f5bdb9cec (patch)
tree43a3f2e5623b37216939fecd24d495d04f65b6e5 /pkgs/applications/networking/corebird
parentf36b72107c57f5a5c7cbd3a8f9cb63f5f0231e76 (diff)
missing dconf in buildInput
Diffstat (limited to 'pkgs/applications/networking/corebird')
-rw-r--r--pkgs/applications/networking/corebird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/corebird/default.nix b/pkgs/applications/networking/corebird/default.nix
index 95a2e8877c317..07d89b53fa494 100644
--- a/pkgs/applications/networking/corebird/default.nix
+++ b/pkgs/applications/networking/corebird/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ automake autoconf libtool pkgconfig wrapGAppsHook ];
 
   buildInputs = [
-    gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest glib_networking
+    gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest gnome3.dconf glib_networking
   ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav ]);
 
   meta = {