about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorAngus Trau <me@angus.ws>2021-07-16 09:49:18 +1000
committerAngus Trau <me@angus.ws>2021-07-22 11:46:43 +1000
commite0640636a801a8c63204742c22925da0e94b9819 (patch)
treebd9db8f488165016523086f52438df3df1130919 /pkgs/top-level/python-packages.nix
parent7c9470a0612d0e8f4988206794d1e66f1c6bf680 (diff)
downloadnixlib-e0640636a801a8c63204742c22925da0e94b9819.tar
nixlib-e0640636a801a8c63204742c22925da0e94b9819.tar.gz
nixlib-e0640636a801a8c63204742c22925da0e94b9819.tar.bz2
nixlib-e0640636a801a8c63204742c22925da0e94b9819.tar.lz
nixlib-e0640636a801a8c63204742c22925da0e94b9819.tar.xz
nixlib-e0640636a801a8c63204742c22925da0e94b9819.tar.zst
nixlib-e0640636a801a8c63204742c22925da0e94b9819.zip
python3Packages.pygame-gui: init at 0.5.7
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index abf8dc2ee804..7ef540cfd7ff 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -5992,6 +5992,8 @@ in {
 
   pygame_sdl2 = callPackage ../development/python-modules/pygame_sdl2 { };
 
+  pygame-gui = callPackage ../development/python-modules/pygame-gui { };
+
   pygatt = callPackage ../development/python-modules/pygatt { };
 
   pygbm = callPackage ../development/python-modules/pygbm { };