treewide: transition mesa to libGLU_combined

This commit is contained in:
Alexander V. Nikolaev
2018-02-24 15:12:44 +02:00
parent 1bc1909e5b
commit 0acec7e984
273 changed files with 572 additions and 572 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, isPy3k
, boost, freetype, ftgl, mesa }:
, boost, freetype, ftgl, libGLU_combined }:
buildPythonPackage rec {
pname = "pyftgl";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
sed -i "s,'boost_python','boost_python3',g" setup.py
'';
buildInputs = [ boost freetype ftgl mesa ];
buildInputs = [ boost freetype ftgl libGLU_combined ];
meta = with stdenv.lib; {
description = "Python bindings for FTGL (FreeType for OpenGL)";