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,
|
||||
xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama,
|
||||
libXrandr, randrproto, libXtst, zlib, libgcrypt, autoreconfHook
|
||||
, systemd, pkgconfig
|
||||
, systemd, pkgconfig, libpng
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
@ -20,7 +20,7 @@ let
|
|||
libtool libjpeg openssl libX11 libXdamage xproto damageproto
|
||||
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
|
||||
libXrandr randrproto libXtst zlib libgcrypt autoreconfHook systemd
|
||||
pkgconfig
|
||||
pkgconfig libpng
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue