forked from mirrors/nixpkgs
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:
parent
bbc1df3092
commit
68e3614ad0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue