Skip to content

Commit

Permalink
missing dconf in buildInput
Browse files Browse the repository at this point in the history
  • Loading branch information
jensbin committed Mar 8, 2017
1 parent f36b721 commit 6fb6450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/corebird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6fb6450

Please sign in to comment.