mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
cobang: build with Python 3.11
This commit is contained in:
parent
13043cd5f7
commit
9694e917b9
@ -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; };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user