survex: 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-14 09:17:52 +00:00
parent c34fae047b
commit 000663a015

View file

@ -7,6 +7,8 @@
, ffmpeg
, glib
, libGLU
, libICE
, libX11
, mesa
, perl
, pkg-config
@ -14,7 +16,6 @@
, python3
, wrapGAppsHook
, wxGTK32
, xlibsWrapper
}:
stdenv.mkDerivation rec {
@ -52,7 +53,8 @@ stdenv.mkDerivation rec {
Carbon
Cocoa
] ++ lib.optionals stdenv.hostPlatform.isLinux [
xlibsWrapper
libICE
libX11
];
postPatch = ''