mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #330241 from MayNiklas/patch-3
cobang: build with Python 3.11
This commit is contained in:
commit
065545485f
@ -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; };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user