Merge pull request #26366 from winniequinn/slack-2.6.2

slack: 2.5.2 -> 2.6.2
This commit is contained in:
Jörg Thalheim 2017-06-04 11:25:42 +01:00 committed by GitHub
commit c323869eb5
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, dpkg
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib, gnome2
, libnotify, nspr, nss, systemd, xorg }:
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib
, gnome2, libnotify, libxcb, nspr, nss, systemd, xorg }:
let
version = "2.5.2";
version = "2.6.2";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -22,6 +22,7 @@ let
gnome2.gtk
gnome2.pango
libnotify
libxcb
nspr
nss
stdenv.cc.cc
@ -45,7 +46,7 @@ let
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.slack-edge.com/linux_releases/slack-desktop-${version}-amd64.deb";
sha256 = "0mg8js18lnnwyvqksrhpym7d04bin16bh7sdmxbm36iijb9ajxmi";
sha256 = "01zdzzpnv8qpmcpy6h9x7izrnwm0y015j5p5rnjwx8ki712wnmm8";
}
else
throw "Slack is not supported on ${stdenv.system}";