mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
survex: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
parent
c34fae047b
commit
000663a015
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user