python.pkgs.pyopengl: fix pname of src
This commit is contained in:
parent
573b9ccfef
commit
c5720f531b
|
@ -10,7 +10,8 @@ buildPythonPackage rec {
|
|||
version = "3.1.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyOpenGL";
|
||||
inherit version;
|
||||
sha256 = "0bdf5ed600df30c8830455702338902528717c0af85ac5914f1dc5aa0bfa6eee";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue