mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
Add curl dependency to Slack for calls
This commit is contained in:
parent
26625c928b
commit
01bb228b2a
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, dpkg
|
{ 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 }:
|
, libnotify, nspr, nss, systemd, xorg }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -11,6 +11,7 @@ let
|
|||||||
atk
|
atk
|
||||||
cairo
|
cairo
|
||||||
cups
|
cups
|
||||||
|
curl
|
||||||
dbus
|
dbus
|
||||||
expat
|
expat
|
||||||
fontconfig
|
fontconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user