mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ftgl: Don't use libGLU_combined
This commit is contained in:
parent
53731cbe78
commit
317958d27b
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, freetype, libGLU_combined, OpenGL }:
|
||||
{ stdenv, fetchurl, freetype, libGL, libGLU, OpenGL }:
|
||||
|
||||
let
|
||||
name = "ftgl-2.1.3-rc5";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
++ (if stdenv.isDarwin then
|
||||
[ OpenGL ]
|
||||
else
|
||||
[ libGLU_combined ])
|
||||
[ libGL libGLU ])
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user