glcontext: init at 2.3.3 and add as moderngl dep
This commit is contained in:
committed by
Jonathan Ringer
parent
7b056fe82d
commit
d52e8aaab5
@@ -4,6 +4,7 @@
|
||||
, isPy3k
|
||||
, libGL
|
||||
, libX11
|
||||
, glcontext
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -17,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
buildInputs = [ libGL libX11 ];
|
||||
buildInputs = [ libGL libX11 glcontext ];
|
||||
|
||||
# Tests need a display to run.
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user