Merge pull request #330241 from MayNiklas/patch-3

cobang: build with Python 3.11
This commit is contained in:
Peder Bergebakken Sundt 2024-08-03 22:37:29 +02:00 committed by GitHub
commit 065545485f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6892,7 +6892,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; };
};