treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, buildPythonPackage, fetchFromGitHub
|
||||
, boost, freetype, ftgl, libGLU_combined
|
||||
, boost, freetype, ftgl, libGLU, libGL
|
||||
, python
|
||||
}:
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
sed -i "s,'boost_python','boost_python${pythonVersion}',g" setup.py
|
||||
'';
|
||||
|
||||
buildInputs = [ boost freetype ftgl libGLU_combined ];
|
||||
buildInputs = [ boost freetype ftgl libGLU libGL ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for FTGL (FreeType for OpenGL)";
|
||||
|
||||
Reference in New Issue
Block a user