nx-libs: drop unused libgcc build dependency

libgcc is normally an implementation detail of compiler runtime.
`gcc` should provide that automatically as part of linkage.

`diffoscope` shows no material change before and after the patch.
This commit is contained in:
Sergei Trofimovich 2023-05-13 13:56:31 +01:00
parent c56f804721
commit 2bf3bdfc3f

View File

@ -1,5 +1,5 @@
{ lib, stdenv, autoconf, automake, fetchFromGitHub, fetchpatch
, libgcc, libjpeg_turbo
, libjpeg_turbo
, libpng, libtool, libxml2, pkg-config, which, xorg
, libtirpc
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake libtool pkg-config which
xorg.gccmakedep xorg.imake ];
buildInputs = [ libgcc libjpeg_turbo libpng libxml2 xorg.fontutil
buildInputs = [ libjpeg_turbo libpng libxml2 xorg.fontutil
xorg.libXcomposite xorg.libXdamage xorg.libXdmcp xorg.libXext xorg.libXfont2
xorg.libXinerama xorg.libXpm xorg.libXrandr xorg.libXtst xorg.pixman
xorg.xkbcomp xorg.xkeyboardconfig libtirpc