ueviewer: add missing deps

This commit is contained in:
awwpotato 2025-04-19 17:12:37 -07:00
parent 820988c9b4
commit a4b3b9d9e6
No known key found for this signature in database

View File

@ -4,7 +4,9 @@
fetchFromGitHub,
fetchpatch,
unstableGitUpdater,
libGL,
libpng,
libX11,
perl,
SDL2,
zlib,
@ -62,6 +64,8 @@ gccStdenv.mkDerivation (finalAttrs: {
zlib
]
++ lib.optionals (!gccStdenv.hostPlatform.isDarwin) [
libGL
libX11
SDL2
];