treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, libelf, which, pkgconfig, freeglut
|
||||
, avrgcc, avrlibc
|
||||
, libGLU_combined
|
||||
, libGLU, libGL
|
||||
, GLUT }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ which pkgconfig avrgcc ];
|
||||
buildInputs = [ libelf freeglut libGLU_combined ]
|
||||
buildInputs = [ libelf freeglut libGLU libGL ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin GLUT;
|
||||
|
||||
# Hack to avoid TMPDIR in RPATHs.
|
||||
|
||||
Reference in New Issue
Block a user