cobang: build with Python 3.11

This commit is contained in:
Niklas 2024-07-26 20:53:14 +02:00 committed by GitHub
parent 13043cd5f7
commit 9694e917b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6901,7 +6901,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
cobang = python3Packages.callPackage ../applications/misc/cobang {
cobang = python311Packages.callPackage ../applications/misc/cobang {
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
};