From 000663a015f2f56d392932f79365021bd5e21c16 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 14 Nov 2022 09:17:52 +0000 Subject: [PATCH] survex: use xorg.* packages directly instead of xlibsWrapper indirection Validated as no change in `out` output with `diffoscope`. --- pkgs/applications/misc/survex/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/survex/default.nix b/pkgs/applications/misc/survex/default.nix index 0dd5afd3edb..b23cd02220b 100644 --- a/pkgs/applications/misc/survex/default.nix +++ b/pkgs/applications/misc/survex/default.nix @@ -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 = ''