Merge pull request #218665 from Misterio77/onlyoffice-add-gcc-lib

onlyoffice-bin: add gcc lib to runtimeInputs
This commit is contained in:
superherointj
2023-02-27 16:28:42 -03:00
committed by GitHub
@@ -12,6 +12,7 @@
, dconf
, dpkg
, fontconfig
, gcc-unwrapped
, gdk-pixbuf
, glib
, glibc
@@ -66,6 +67,7 @@ let
runtimeLibs = lib.makeLibraryPath [
curl
glibc
gcc-unwrapped.lib
libudev0-shim
pulseaudio
];