forked from mirrors/nixpkgs
libvncserver: build with libpng
This commit is contained in:
parent
905349b8a5
commit
09f3481be4
|
@ -2,7 +2,7 @@
|
||||||
libtool, libjpeg, openssl, libX11, libXdamage, xproto, damageproto,
|
libtool, libjpeg, openssl, libX11, libXdamage, xproto, damageproto,
|
||||||
xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama,
|
xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama,
|
||||||
libXrandr, randrproto, libXtst, zlib, libgcrypt, autoreconfHook
|
libXrandr, randrproto, libXtst, zlib, libgcrypt, autoreconfHook
|
||||||
, systemd, pkgconfig
|
, systemd, pkgconfig, libpng
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
|
@ -20,7 +20,7 @@ let
|
||||||
libtool libjpeg openssl libX11 libXdamage xproto damageproto
|
libtool libjpeg openssl libX11 libXdamage xproto damageproto
|
||||||
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
|
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
|
||||||
libXrandr randrproto libXtst zlib libgcrypt autoreconfHook systemd
|
libXrandr randrproto libXtst zlib libgcrypt autoreconfHook systemd
|
||||||
pkgconfig
|
pkgconfig libpng
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
Loading…
Reference in a new issue