emulationstation-de: fix opengl not found (#402912) (#403026)

This commit is contained in:
Aleksana
2025-05-03 10:47:07 +08:00
committed by GitHub
@@ -17,6 +17,7 @@
poppler,
pugixml,
SDL2,
libGL,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -57,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
poppler
pugixml
SDL2
libGL
];
cmakeFlags = [ (lib.cmakeBool "APPLICATION_UPDATER" false) ];