nanosaur: add missing libGL depend (#403980)

This commit is contained in:
Aleksana
2025-05-04 18:07:19 +08:00
committed by GitHub
+2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
SDL2,
libGL,
cmake,
makeWrapper,
unstableGitUpdater,
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
SDL2
libGL
];
installPhase = ''