mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
z3_4_8_5: fix by using Python 3.11
This commit is contained in:
parent
cae5d2c711
commit
e89db63f95
@ -38103,7 +38103,8 @@ with pkgs;
|
||||
inherit (callPackages ../applications/science/logic/z3 { python = python3; })
|
||||
z3_4_12
|
||||
z3_4_11
|
||||
z3_4_8
|
||||
z3_4_8;
|
||||
inherit (callPackages ../applications/science/logic/z3 { python = python311; })
|
||||
z3_4_8_5;
|
||||
z3 = z3_4_8;
|
||||
z3-tptp = callPackage ../applications/science/logic/z3/tptp.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user