python.pkgs.pyopengl: fix pname of src

This commit is contained in:
Frederik Rietdijk 2019-12-15 16:20:04 +01:00
parent 573b9ccfef
commit c5720f531b
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ buildPythonPackage rec {
version = "3.1.4";
src = fetchPypi {
inherit pname version;
pname = "PyOpenGL";
inherit version;
sha256 = "0bdf5ed600df30c8830455702338902528717c0af85ac5914f1dc5aa0bfa6eee";
};