Skip to content

Commit

Permalink
corebird: missing dependencies (glib_networking)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensbin committed Mar 4, 2017
1 parent 3373564 commit 7771db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/corebird/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ stdenv, fetchFromGitHub, gtk3, json_glib, sqlite, libsoup, gettext, vala_0_32
, automake, autoconf, libtool, pkgconfig, gnome3, gst_all_1, wrapGAppsHook }:
, automake, autoconf, libtool, pkgconfig, gnome3, gst_all_1, wrapGAppsHook
, glib_networking }:

stdenv.mkDerivation rec {
version = "1.3.3";
Expand All @@ -19,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ automake autoconf libtool pkgconfig wrapGAppsHook ];

buildInputs = [
gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest
gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest 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 7771db2

Please sign in to comment.