Skip to content

Commit

Permalink
Merge pull request #23636 from fooblahblah/slack-libcurl
Browse files Browse the repository at this point in the history
Add curl dependency to Slack for calls
  • Loading branch information
domenkozar committed Mar 8, 2017
2 parents 26625c9 + 01bb228 commit 8bed8fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, dpkg
, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype, glib, gnome2
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib, gnome2
, libnotify, nspr, nss, systemd, xorg }:

let
Expand All @@ -11,6 +11,7 @@ let
atk
cairo
cups
curl
dbus
expat
fontconfig
Expand Down

0 comments on commit 8bed8fb

Please sign in to comment.