about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/foldingathome/viewer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/misc/foldingathome/viewer.nix')
-rw-r--r--pkgs/applications/science/misc/foldingathome/viewer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/foldingathome/viewer.nix b/pkgs/applications/science/misc/foldingathome/viewer.nix
index 7f28c8d1b1463..bb2c3c0abe30e 100644
--- a/pkgs/applications/science/misc/foldingathome/viewer.nix
+++ b/pkgs/applications/science/misc/foldingathome/viewer.nix
@@ -2,7 +2,7 @@
 , autoPatchelfHook
 , dpkg
 , fetchurl
-, freeglut
+, libglut
 , gcc-unwrapped
 , libGL
 , libGLU
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    freeglut
+    libglut
     gcc-unwrapped.lib
     libGL
     libGLU