mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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";
|
assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
unpackPhase = "true";
|
unpackPhase = "true";
|
||||||
|
|
||||||
libPath = stdenv.lib.makeLibraryPath [
|
libPath = stdenv.lib.makeLibraryPath [
|
||||||
qt5
|
qt5Full
|
||||||
xlibs.libX11
|
xlibs.libX11
|
||||||
gstreamer
|
gstreamer
|
||||||
zlib
|
zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user