remove unnecessary libraries

This commit is contained in:
2025-03-17 10:46:05 -05:00
parent 496295e75e
commit a7290edcb9

View File

@@ -26,15 +26,12 @@
gcc gcc
]; ];
buildInputs = with pkgs; [ /*buildInputs = with pkgs; [
glfw ];*/
glew
];
buildPhase = '' buildPhase = ''
g++ \ g++ \
*.cpp \ *.cpp \
-lGL -lglfw -lGLEW \
-o $name -o $name
''; '';