viber: fix evaluation for nox-review

Even broken packages ought to evaluate, or die. Especially when
less than a month (!) old...
This commit is contained in:
Tobias Geerinckx-Rice 2015-05-25 10:06:13 +02:00
parent bbc1df3092
commit 68e3614ad0

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, dpkg, makeWrapper, xlibs, qt5, gstreamer, zlib, sqlite, libxslt }:
{ fetchurl, stdenv, dpkg, makeWrapper, xlibs, qt5Full, gstreamer, zlib, sqlite, libxslt }:
assert stdenv.system == "x86_64-linux";
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
unpackPhase = "true";
libPath = stdenv.lib.makeLibraryPath [
qt5
qt5Full
xlibs.libX11
gstreamer
zlib