tightvnc: use xorg.* packages directly instead of xlibsWrapper indirection

Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-11-29 08:49:36 +00:00
parent 26592d9f27
commit ec992804b4

View File

@ -1,5 +1,20 @@
{ lib, stdenv, fetchurl, xlibsWrapper, zlib, libjpeg, imake, gccmakedep, libXmu
, libXaw, libXpm, libXp , perl, xauth, fontDirectories, openssh }:
{ lib
, stdenv
, fetchurl
, zlib
, libjpeg
, imake
, gccmakedep
, libXaw
, libXext
, libXmu
, libXp
, libXpm
, perl
, xauth
, fontDirectories
, openssh
}:
stdenv.mkDerivation rec {
pname = "tightvnc";
@ -22,8 +37,19 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
buildInputs = [ xlibsWrapper zlib libjpeg imake gccmakedep libXmu libXaw
libXpm libXp xauth openssh ];
buildInputs = [
zlib
libjpeg
imake
gccmakedep
libXaw
libXext
libXmu
libXp
libXpm
xauth
openssh
];
postPatch = ''
fontPath=