From 6b601173569c47508c8ac64932634913e6e32822 Mon Sep 17 00:00:00 2001 From: fruchti Date: Tue, 4 Jun 2024 21:47:47 +0200 Subject: [PATCH] Add GLUT to nix shell --- colorchord2/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/colorchord2/shell.nix b/colorchord2/shell.nix index 2e345ef..2cb0e5e 100644 --- a/colorchord2/shell.nix +++ b/colorchord2/shell.nix @@ -14,6 +14,7 @@ pkgs.mkShell (localAdjustments { xorg.libXinerama libusb1 udev + freeglut pkg-config ]; })