mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
python310Packages.glfw: add changelog to meta
This commit is contained in:
parent
b1d08fb3bc
commit
5c4812d6f6
@ -20,11 +20,15 @@ buildPythonPackage rec {
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "glfw" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"glfw"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for GLFW";
|
||||
homepage = "https://github.com/FlorianRhiem/pyGLFW";
|
||||
changelog = "https://github.com/FlorianRhiem/pyGLFW/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.McSinyx ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user