about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-06-20 05:39:23 +0100
committerEmily <vcs@emily.moe>2024-06-22 18:06:51 +0100
commitfbda1dbfd648632226b2953dd87f15955d659f4f (patch)
tree5795022a73b18a7b6dfe0b6aac7f8b6177e35b48 /pkgs/build-support
parentc884bc326059d8a018549decb0079296b6972eeb (diff)
treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/appimage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/appimage/default.nix b/pkgs/build-support/appimage/default.nix
index 0d44a5ab23e96..c4ea9371cfcd6 100644
--- a/pkgs/build-support/appimage/default.nix
+++ b/pkgs/build-support/appimage/default.nix
@@ -162,7 +162,7 @@ rec {
       vulkan-loader
 
       flac
-      freeglut
+      libglut
       libjpeg
       libpng12
       libpulseaudio