Unverified Commit 983ae36a authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #201153 from trofi/surved-without-xlibsWrapper

survex: use xorg.* packages directly instead of xlibsWrapper indirection
parents 0e2c58c7 000663a0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = ''