summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorSavanni D'Gerinel <savanni@savannidgerinel.com>2016-12-06 15:39:34 -0600
committerSavanni D'Gerinel <savanni@savannidgerinel.com>2016-12-06 17:51:11 -0600
commit705e29046de5eb5ec21894743835676343ef78cb (patch)
treedf1cea4be8c000ba20a8522f8708efba46c65444 /pkgs/applications/networking/instant-messengers
parent462a63bb1e6abafb2014b097e48703301283c97e (diff)
downloadnixlib-705e29046de5eb5ec21894743835676343ef78cb.tar
nixlib-705e29046de5eb5ec21894743835676343ef78cb.tar.gz
nixlib-705e29046de5eb5ec21894743835676343ef78cb.tar.bz2
nixlib-705e29046de5eb5ec21894743835676343ef78cb.tar.lz
nixlib-705e29046de5eb5ec21894743835676343ef78cb.tar.xz
nixlib-705e29046de5eb5ec21894743835676343ef78cb.tar.zst
nixlib-705e29046de5eb5ec21894743835676343ef78cb.zip
icu: remove icu4c-54.1
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/zoom-us/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
index f0243f45b8f0..5f4e0ca1ee0d 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -4,7 +4,7 @@
 , glib
 , gst_plugins_base
 , gstreamer
-, icu_54_1
+, icu
 , libpulseaudio
 , libuuid
 , libxml2
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
       glib
       gst_plugins_base
       gstreamer
-      icu_54_1
+      icu
       libpulseaudio
       libuuid
       libxml2